COLOR #76BAAE

HEX: #76BAAE
RGB: (118,186,174)

Color info

#76BAAE contains mainly green and blue colors. Web safe color of #76BAAE is #66CC99 (or #6C9).

RGB color model

#76BAAE color RGB value is (118,186,174).

  • red value is 118;
  • green value is 186;
  • blue value is 174.
RGB:
(118,186,174)
(46%,73%,68%)

RGB channels and saturation

R 118 of 255 = 46%
G 186 of 255 = 73%
B 174 of 255 = 68%

118
186
174

R + G + B ~ 62%. #76BAAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 186 + 174 = 478 (100%)
R 118 of 478 ~ 24.69%
G 186 of 478 ~ 38.91%
B 174 of 478 ~ 36.4%

%24.69
%38.91
%36.4

CMYK color model

#76BAAE color CMYK value is (37,0,6,27).

  • cyan value is 36.56%
  • magenta value is 0.00%
  • yellow value is 6.45%
  • key color value is 27.06%
CMYK:
(37,0,6,27)
C37M0Y6K27 
(37%,0%,6%,27%)
(0.37/0.00/0.06/0.27)	

CMYK percentages

%36.56
%0
%6.45
%27.06

Codes

Color #76BAAE in popluar color models

76BAAE
RGB118186174
HSL169°33.01%59.61%
HSB/HSV169°36.56%72.94%
CMYK36.56%0.00%6.45%
27.06%

Color #76BAAE in popluar number systems.

HEX76BAAE
Decimal118186174
Binary11101101011101010101110
Octal166272256

Shades and tints

Shades of #76BAAE

#76BAAE
(118,186,174)
#6CAA9F
(108,170,159)
#629A90
(98,154,144)
#588A81
(88,138,129)
#4E7A72
(78,122,114)
#446A63
(68,106,99)
#3A5A54
(58,90,84)
#304A45
(48,74,69)
#263A36
(38,58,54)
#1C2A27
(28,42,39)
#121A18
(18,26,24)
#000000
(0,0,0)

Tints of #76BAAE

#76BAAE
(118,186,174)
#82C0B5
(130,192,181)
#8EC6BC
(142,198,188)
#9ACCC3
(154,204,195)
#A6D2CA
(166,210,202)
#B2D8D1
(178,216,209)
#BEDED8
(190,222,216)
#CAE4DF
(202,228,223)
#D6EAE6
(214,234,230)
#E2F0ED
(226,240,237)
#EEF6F4
(238,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76BAAE color. Also use rgb(118,186,174) instead hex code.

Text Font Color

.myTextColor { color: #76BAAE; }

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

This text font color is #76BAAE.


Background Color

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

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

This div background color is #76BAAE.


Border color

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

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

This div border color is #76BAAE.


Opacity

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

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

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

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

This text has shadow with #76BAAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76BAAE on black background.


Color preview on white background

This text has color #76BAAE on white background.



Black color preview on #76BAAE background

This text has black color on #76BAAE background.


White color preview on #76BAAE background

This text has white color on #76BAAE background.