COLOR #76CABC

HEX: #76CABC RGB: (118,202,188)

Color info

#76CABC contains mainly green and blue colors. Web safe color of #76CABC is #66CCCC (or #6CC).

RGB color model

#76CABC color RGB value is (118,202,188).

RGB: (118,202,188) (46%, 79%, 74%)

RGB channels and saturation

R 118 of 255 = 46%
G 202 of 255 = 79%
B 188 of 255 = 74%

118
202
188

R + G + B ~ 66%. #76CABC is quite light color.

Portions of RGB colors in percentages

R + G + B = 118 + 202 + 188 = 508 (100%)
R 118 of 508 ~ 23.23%
G 202 of 508 ~ 39.76%
B 188 of 508 ~ 37.01'%

%23.23
%39.76
%37.01

CMYK color model

#76CABC color CMYK value is (42,0,7,21).

  • cyan value is 41.58%
  • magenta value is 0.00%
  • yellow value is 6.93%
  • key color value is 20.78%

CMYK: (42,0,7,21)
C42M0Y7K21 (42%, 0%, 7%, 21%)
(0.42 / 0.00 / 0.07 / 0.21)

CMYK percentages

%41.58
%0
%6.93
%20.78

Codes

Color #76CABC in popluar color models

76 CA BC
RGB 118 202 188
HSL 170° 44.21% 62.75%
HSB/HSV 170° 41.58% 79.22%
CMYK 41.58% 0.00% 6.93%
20.78%

Color #76CABC in popluar number systems.

HEX 76 CA BC
Decimal 118 202 188
Binary 1110110 11001010 10111100
Octal 166 312 274

Shades and tints

Shades of #76CABC

#76CABC
(118,202,188)
#6CB8AB
(108,184,171)
#62A69A
(98,166,154)
#589489
(88,148,137)
#4E8278
(78,130,120)
#447067
(68,112,103)
#3A5E56
(58,94,86)
#304C45
(48,76,69)
#263A34
(38,58,52)
#1C2823
(28,40,35)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #76CABC

#76CABC
(118,202,188)
#82CEC2
(130,206,194)
#8ED2C8
(142,210,200)
#9AD6CE
(154,214,206)
#A6DAD4
(166,218,212)
#B2DEDA
(178,222,218)
#BEE2E0
(190,226,224)
#CAE6E6
(202,230,230)
#D6EAEC
(214,234,236)
#E2EEF2
(226,238,242)
#EEF2F8
(238,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76CABC color. Also use rgb(118,202,188) instead hex code.

Text Font Color

.myTextColor { color: #76CABC; }

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

This text font color is #76CABC.

Background Color

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

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

This div background color is #76CABC.

Border color

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

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

This div border color is #76CABC.

Opacity

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

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

Text with #76CABC 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 #76CABC;}

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

This text has shadow with #76CABC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76CABC.

Preview

Color preview on black background

This text has color #76CABC on black background.


Color preview on white background

This text has color #76CABC on white background.


Black color preview on #76CABC background

This text has black color on #76CABC background.


White color preview on #76CABC background

This text has white color on #76CABC background.


Related colors

Complementary color

Complementary color for #hex is #893543.


I love getcolorcode.com

Triadic colors

1 #BC76CA and #CABC76 with #76CABC are triadic colors.

2 #BCCA76 and #CA76BC with #76CABC are triadic colors.