COLOR #76F2DA

HEX: #76F2DA
RGB: (118,242,218)

Color info

#76F2DA contains mainly green and blue colors. Web safe color of #76F2DA is #66FFCC (or #6FC).

RGB color model

#76F2DA color RGB value is (118,242,218).

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

RGB channels and saturation

R 118 of 255 = 46%
G 242 of 255 = 95%
B 218 of 255 = 85%

118
242
218

R + G + B ~ 75%. #76F2DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 242 + 218 = 578 (100%)
R 118 of 578 ~ 20.42%
G 242 of 578 ~ 41.87%
B 218 of 578 ~ 37.72%

%20.42
%41.87
%37.72

CMYK color model

#76F2DA color CMYK value is (51,0,10,5).

  • cyan value is 51.24%
  • magenta value is 0.00%
  • yellow value is 9.92%
  • key color value is 5.10%
CMYK:
(51,0,10,5)
C51M0Y10K5 
(51%,0%,10%,5%)
(0.51/0.00/0.10/0.05)	

CMYK percentages

%51.24
%0
%9.92
%5.1

Codes

Color #76F2DA in popluar color models

76F2DA
RGB118242218
HSL168°82.67%70.59%
HSB/HSV168°51.24%94.90%
CMYK51.24%0.00%9.92%
5.10%

Color #76F2DA in popluar number systems.

HEX76F2DA
Decimal118242218
Binary11101101111001011011010
Octal166362332

Shades and tints

Shades of #76F2DA

#76F2DA
(118,242,218)
#6CDCC7
(108,220,199)
#62C6B4
(98,198,180)
#58B0A1
(88,176,161)
#4E9A8E
(78,154,142)
#44847B
(68,132,123)
#3A6E68
(58,110,104)
#305855
(48,88,85)
#264242
(38,66,66)
#1C2C2F
(28,44,47)
#12161C
(18,22,28)
#000000
(0,0,0)

Tints of #76F2DA

#76F2DA
(118,242,218)
#82F3DD
(130,243,221)
#8EF4E0
(142,244,224)
#9AF5E3
(154,245,227)
#A6F6E6
(166,246,230)
#B2F7E9
(178,247,233)
#BEF8EC
(190,248,236)
#CAF9EF
(202,249,239)
#D6FAF2
(214,250,242)
#E2FBF5
(226,251,245)
#EEFCF8
(238,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76F2DA; }

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

This text font color is #76F2DA.


Background Color

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

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

This div background color is #76F2DA.


Border color

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

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

This div border color is #76F2DA.


Opacity

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

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

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

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

This text has shadow with #76F2DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76F2DA on black background.


Color preview on white background

This text has color #76F2DA on white background.



Black color preview on #76F2DA background

This text has black color on #76F2DA background.


White color preview on #76F2DA background

This text has white color on #76F2DA background.