COLOR #76DFB9

HEX: #76DFB9
RGB: (118,223,185)

Color info

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

RGB color model

#76DFB9 color RGB value is (118,223,185).

  • red value is 118;
  • green value is 223;
  • blue value is 185.
RGB:
(118,223,185)
(46%,87%,73%)

RGB channels and saturation

R 118 of 255 = 46%
G 223 of 255 = 87%
B 185 of 255 = 73%

118
223
185

R + G + B ~ 69%. #76DFB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 223 + 185 = 526 (100%)
R 118 of 526 ~ 22.43%
G 223 of 526 ~ 42.4%
B 185 of 526 ~ 35.17%

%22.43
%42.4
%35.17

CMYK color model

#76DFB9 color CMYK value is (47,0,17,13).

  • cyan value is 47.09%
  • magenta value is 0.00%
  • yellow value is 17.04%
  • key color value is 12.55%
CMYK:
(47,0,17,13)
C47M0Y17K13 
(47%,0%,17%,13%)
(0.47/0.00/0.17/0.13)	

CMYK percentages

%47.09
%0
%17.04
%12.55

Codes

Color #76DFB9 in popluar color models

76DFB9
RGB118223185
HSL158°62.13%66.86%
HSB/HSV158°47.09%87.45%
CMYK47.09%0.00%17.04%
12.55%

Color #76DFB9 in popluar number systems.

HEX76DFB9
Decimal118223185
Binary11101101101111110111001
Octal166337271

Shades and tints

Shades of #76DFB9

#76DFB9
(118,223,185)
#6CCBA9
(108,203,169)
#62B799
(98,183,153)
#58A389
(88,163,137)
#4E8F79
(78,143,121)
#447B69
(68,123,105)
#3A6759
(58,103,89)
#305349
(48,83,73)
#263F39
(38,63,57)
#1C2B29
(28,43,41)
#121719
(18,23,25)
#000000
(0,0,0)

Tints of #76DFB9

#76DFB9
(118,223,185)
#82E1BF
(130,225,191)
#8EE3C5
(142,227,197)
#9AE5CB
(154,229,203)
#A6E7D1
(166,231,209)
#B2E9D7
(178,233,215)
#BEEBDD
(190,235,221)
#CAEDE3
(202,237,227)
#D6EFE9
(214,239,233)
#E2F1EF
(226,241,239)
#EEF3F5
(238,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76DFB9 color. Also use rgb(118,223,185) instead hex code.

Text Font Color

.myTextColor { color: #76DFB9; }

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

This text font color is #76DFB9.


Background Color

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

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

This div background color is #76DFB9.


Border color

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

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

This div border color is #76DFB9.


Opacity

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

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

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

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

This text has shadow with #76DFB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76DFB9 on black background.


Color preview on white background

This text has color #76DFB9 on white background.



Black color preview on #76DFB9 background

This text has black color on #76DFB9 background.


White color preview on #76DFB9 background

This text has white color on #76DFB9 background.