COLOR #76CCC4

HEX: #76CCC4
RGB: (118,204,196)

Renk bilgisi

#76CCC4 contains mainly green and blue colors. #76CCC4 ‘ nin web güvenlik rengi #66CCCC (ya da #6CC) dir.

RGB renk modeli

#76CCC4 color RGB value is (118,204,196).

  • kırmız ton 118;
  • yeşil ton 204;
  • mavi ton 196.
RGB:
(118,204,196)
(46%,80%,77%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 204 of 255 = 80%
B 196 of 255 = 77%

118
204
196

R + G + B ~ 68%. #76CCC4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 204 + 196 = 518 (100%)
R 118 of 518 ~ 22.78%
G 204 of 518 ~ 39.38%
B 196 of 518 ~ 37.84%

%22.78
%39.38
%37.84

CMYK RENK MODELİ

#76CCC4 rengi CMYK tonu (42,0,4,20).

  • camgöbeği tonu 42.16%
  • eflatun tonu 0.00%
  • sarı tonu 3.92%
  • ana renk tonu 20.00%
CMYK:
(42,0,4,20)
C42M0Y4K20 
(42%,0%,4%,20%)
(0.42/0.00/0.04/0.20)	

CMYK yüzdeleri

%42.16
%0
%3.92
%20

Codes

Color #76CCC4 in popluar color models

76CCC4
RGB118204196
HSL174°45.74%63.14%
HSB/HSV174°42.16%80.00%
CMYK42.16%0.00%3.92%
20.00%

Color #76CCC4 in popluar number systems.

HEX76CCC4
Decimal118204196
Binary11101101100110011000100
Octal166314304

Shades and tints

Shades of #76CCC4

#76CCC4
(118,204,196)
#6CBAB3
(108,186,179)
#62A8A2
(98,168,162)
#589691
(88,150,145)
#4E8480
(78,132,128)
#44726F
(68,114,111)
#3A605E
(58,96,94)
#304E4D
(48,78,77)
#263C3C
(38,60,60)
#1C2A2B
(28,42,43)
#12181A
(18,24,26)
#000000
(0,0,0)

Tints of #76CCC4

#76CCC4
(118,204,196)
#82D0C9
(130,208,201)
#8ED4CE
(142,212,206)
#9AD8D3
(154,216,211)
#A6DCD8
(166,220,216)
#B2E0DD
(178,224,221)
#BEE4E2
(190,228,226)
#CAE8E7
(202,232,231)
#D6ECEC
(214,236,236)
#E2F0F1
(226,240,241)
#EEF4F6
(238,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76CCC4 color. Also use rgb(118,204,196) instead hex code.

Text Font Color

.myTextColor { color: #76CCC4; }

<p style="color:#76CCC4">This sample text font color is #76CCC4.</p>

This text font color is #76CCC4.


Background Color

.myBgColor { background-color: #76CCC4; }

<div style="background-color:#76CCC4">Inner text</div>

This div background color is #76CCC4.


Border color

.myBorderColor { border: 1px solid #76CCC4; }

<div style="border:3px solid #76CCC4">Div</div>

This div border color is #76CCC4.


Opacity

.myOpacity80 { color: #76CCC4; opacity: 0.8; }

<p style="color:#76CCC4;opacity:0.8;">80%</p>

Text with #76CCC4 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #76CCC4;}

<p style="text-shadow: 3px 3px 1px #76CCC4">Text here.</p>

This text has shadow with #76CCC4 color.

.textShadow {text-shadow: 3px 3px 1px #76CCC4, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #76CCC4, 5px 5px 20px red">Text here.</p>

This text has shadow with #76CCC4 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76CCC4, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#76CCC4, Direction=45, Strength=4)">Text</p>

This text has shadow with #76CCC4 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #76CCC4;
  -webkit-box-shadow:	1px 1px 3px 2px #76CCC4;
  box-shadow:		1px 1px 3px 2px #76CCC4;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76CCC4;
-webkit-box-shadow: 1px 1px 3px 2px #76CCC4;
box-shadow:1px 1px 3px 2px #76CCC4;">
Div content here</div>
This div box has shadow with color #76CCC4.

Preview

Color preview on black background

This text has color #76CCC4 on black background.


Color preview on white background

This text has color #76CCC4 on white background.



Black color preview on #76CCC4 background

This text has black color on #76CCC4 background.


White color preview on #76CCC4 background

This text has white color on #76CCC4 background.