COLOR #76DAC9

HEX: #76DAC9
RGB: (118,218,201)

Color info

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

RGB color model

#76DAC9 color RGB value is (118,218,201).

  • red value is 118;
  • green value is 218;
  • blue value is 201.
RGB:
(118,218,201)
(46%,85%,79%)

RGB channels and saturation

R 118 of 255 = 46%
G 218 of 255 = 85%
B 201 of 255 = 79%

118
218
201

R + G + B ~ 70%. #76DAC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 218 + 201 = 537 (100%)
R 118 of 537 ~ 21.97%
G 218 of 537 ~ 40.6%
B 201 of 537 ~ 37.43%

%21.97
%40.6
%37.43

CMYK color model

#76DAC9 color CMYK value is (46,0,8,15).

  • cyan value is 45.87%
  • magenta value is 0.00%
  • yellow value is 7.80%
  • key color value is 14.51%
CMYK:
(46,0,8,15)
C46M0Y8K15 
(46%,0%,8%,15%)
(0.46/0.00/0.08/0.15)	

CMYK percentages

%45.87
%0
%7.8
%14.51

Codes

Color #76DAC9 in popluar color models

76DAC9
RGB118218201
HSL170°57.47%65.88%
HSB/HSV170°45.87%85.49%
CMYK45.87%0.00%7.80%
14.51%

Color #76DAC9 in popluar number systems.

HEX76DAC9
Decimal118218201
Binary11101101101101011001001
Octal166332311

Shades and tints

Shades of #76DAC9

#76DAC9
(118,218,201)
#6CC7B7
(108,199,183)
#62B4A5
(98,180,165)
#58A193
(88,161,147)
#4E8E81
(78,142,129)
#447B6F
(68,123,111)
#3A685D
(58,104,93)
#30554B
(48,85,75)
#264239
(38,66,57)
#1C2F27
(28,47,39)
#121C15
(18,28,21)
#000000
(0,0,0)

Tints of #76DAC9

#76DAC9
(118,218,201)
#82DDCD
(130,221,205)
#8EE0D1
(142,224,209)
#9AE3D5
(154,227,213)
#A6E6D9
(166,230,217)
#B2E9DD
(178,233,221)
#BEECE1
(190,236,225)
#CAEFE5
(202,239,229)
#D6F2E9
(214,242,233)
#E2F5ED
(226,245,237)
#EEF8F1
(238,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76DAC9 color. Also use rgb(118,218,201) instead hex code.

Text Font Color

.myTextColor { color: #76DAC9; }

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

This text font color is #76DAC9.


Background Color

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

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

This div background color is #76DAC9.


Border color

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

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

This div border color is #76DAC9.


Opacity

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

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

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

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

This text has shadow with #76DAC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76DAC9 on black background.


Color preview on white background

This text has color #76DAC9 on white background.



Black color preview on #76DAC9 background

This text has black color on #76DAC9 background.


White color preview on #76DAC9 background

This text has white color on #76DAC9 background.