COLOR #76BDAF

HEX: #76BDAF
RGB: (118,189,175)

Color info

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

RGB color model

#76BDAF color RGB value is (118,189,175).

  • red value is 118;
  • green value is 189;
  • blue value is 175.
RGB:
(118,189,175)
(46%,74%,69%)

RGB channels and saturation

R 118 of 255 = 46%
G 189 of 255 = 74%
B 175 of 255 = 69%

118
189
175

R + G + B ~ 63%. #76BDAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 189 + 175 = 482 (100%)
R 118 of 482 ~ 24.48%
G 189 of 482 ~ 39.21%
B 175 of 482 ~ 36.31%

%24.48
%39.21
%36.31

CMYK color model

#76BDAF color CMYK value is (38,0,7,26).

  • cyan value is 37.57%
  • magenta value is 0.00%
  • yellow value is 7.41%
  • key color value is 25.88%
CMYK:
(38,0,7,26)
C38M0Y7K26 
(38%,0%,7%,26%)
(0.38/0.00/0.07/0.26)	

CMYK percentages

%37.57
%0
%7.41
%25.88

Codes

Color #76BDAF in popluar color models

76BDAF
RGB118189175
HSL168°34.98%60.20%
HSB/HSV168°37.57%74.12%
CMYK37.57%0.00%7.41%
25.88%

Color #76BDAF in popluar number systems.

HEX76BDAF
Decimal118189175
Binary11101101011110110101111
Octal166275257

Shades and tints

Shades of #76BDAF

#76BDAF
(118,189,175)
#6CACA0
(108,172,160)
#629B91
(98,155,145)
#588A82
(88,138,130)
#4E7973
(78,121,115)
#446864
(68,104,100)
#3A5755
(58,87,85)
#304646
(48,70,70)
#263537
(38,53,55)
#1C2428
(28,36,40)
#121319
(18,19,25)
#000000
(0,0,0)

Tints of #76BDAF

#76BDAF
(118,189,175)
#82C3B6
(130,195,182)
#8EC9BD
(142,201,189)
#9ACFC4
(154,207,196)
#A6D5CB
(166,213,203)
#B2DBD2
(178,219,210)
#BEE1D9
(190,225,217)
#CAE7E0
(202,231,224)
#D6EDE7
(214,237,231)
#E2F3EE
(226,243,238)
#EEF9F5
(238,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76BDAF color. Also use rgb(118,189,175) instead hex code.

Text Font Color

.myTextColor { color: #76BDAF; }

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

This text font color is #76BDAF.


Background Color

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

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

This div background color is #76BDAF.


Border color

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

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

This div border color is #76BDAF.


Opacity

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

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

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

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

This text has shadow with #76BDAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76BDAF on black background.


Color preview on white background

This text has color #76BDAF on white background.



Black color preview on #76BDAF background

This text has black color on #76BDAF background.


White color preview on #76BDAF background

This text has white color on #76BDAF background.