COLOR #76CDA8

HEX: #76CDA8
RGB: (118,205,168)

Color info

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

RGB color model

#76CDA8 color RGB value is (118,205,168).

  • red value is 118;
  • green value is 205;
  • blue value is 168.
RGB:
(118,205,168)
(46%,80%,66%)

RGB channels and saturation

R 118 of 255 = 46%
G 205 of 255 = 80%
B 168 of 255 = 66%

118
205
168

R + G + B ~ 64%. #76CDA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 205 + 168 = 491 (100%)
R 118 of 491 ~ 24.03%
G 205 of 491 ~ 41.75%
B 168 of 491 ~ 34.22%

%24.03
%41.75
%34.22

CMYK color model

#76CDA8 color CMYK value is (42,0,18,20).

  • cyan value is 42.44%
  • magenta value is 0.00%
  • yellow value is 18.05%
  • key color value is 19.61%
CMYK:
(42,0,18,20)
C42M0Y18K20 
(42%,0%,18%,20%)
(0.42/0.00/0.18/0.20)	

CMYK percentages

%42.44
%0
%18.05
%19.61

Codes

Color #76CDA8 in popluar color models

76CDA8
RGB118205168
HSL154°46.52%63.33%
HSB/HSV154°42.44%80.39%
CMYK42.44%0.00%18.05%
19.61%

Color #76CDA8 in popluar number systems.

HEX76CDA8
Decimal118205168
Binary11101101100110110101000
Octal166315250

Shades and tints

Shades of #76CDA8

#76CDA8
(118,205,168)
#6CBB99
(108,187,153)
#62A98A
(98,169,138)
#58977B
(88,151,123)
#4E856C
(78,133,108)
#44735D
(68,115,93)
#3A614E
(58,97,78)
#304F3F
(48,79,63)
#263D30
(38,61,48)
#1C2B21
(28,43,33)
#121912
(18,25,18)
#000000
(0,0,0)

Tints of #76CDA8

#76CDA8
(118,205,168)
#82D1AF
(130,209,175)
#8ED5B6
(142,213,182)
#9AD9BD
(154,217,189)
#A6DDC4
(166,221,196)
#B2E1CB
(178,225,203)
#BEE5D2
(190,229,210)
#CAE9D9
(202,233,217)
#D6EDE0
(214,237,224)
#E2F1E7
(226,241,231)
#EEF5EE
(238,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76CDA8 color. Also use rgb(118,205,168) instead hex code.

Text Font Color

.myTextColor { color: #76CDA8; }

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

This text font color is #76CDA8.


Background Color

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

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

This div background color is #76CDA8.


Border color

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

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

This div border color is #76CDA8.


Opacity

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

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

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

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

This text has shadow with #76CDA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76CDA8 on black background.


Color preview on white background

This text has color #76CDA8 on white background.



Black color preview on #76CDA8 background

This text has black color on #76CDA8 background.


White color preview on #76CDA8 background

This text has white color on #76CDA8 background.