COLOR #76F2D4

HEX: #76F2D4
RGB: (118,242,212)

Color info

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

RGB color model

#76F2D4 color RGB value is (118,242,212).

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

RGB channels and saturation

R 118 of 255 = 46%
G 242 of 255 = 95%
B 212 of 255 = 83%

118
242
212

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

Portions of RGB colors in percentages

R + G + B =
118 + 242 + 212 = 572 (100%)
R 118 of 572 ~ 20.63%
G 242 of 572 ~ 42.31%
B 212 of 572 ~ 37.06%

%20.63
%42.31
%37.06

CMYK color model

#76F2D4 color CMYK value is (51,0,12,5).

  • cyan value is 51.24%
  • magenta value is 0.00%
  • yellow value is 12.40%
  • key color value is 5.10%
CMYK:
(51,0,12,5)
C51M0Y12K5 
(51%,0%,12%,5%)
(0.51/0.00/0.12/0.05)	

CMYK percentages

%51.24
%0
%12.4
%5.1

Codes

Color #76F2D4 in popluar color models

76F2D4
RGB118242212
HSL165°82.67%70.59%
HSB/HSV165°51.24%94.90%
CMYK51.24%0.00%12.40%
5.10%

Color #76F2D4 in popluar number systems.

HEX76F2D4
Decimal118242212
Binary11101101111001011010100
Octal166362324

Shades and tints

Shades of #76F2D4

#76F2D4
(118,242,212)
#6CDCC1
(108,220,193)
#62C6AE
(98,198,174)
#58B09B
(88,176,155)
#4E9A88
(78,154,136)
#448475
(68,132,117)
#3A6E62
(58,110,98)
#30584F
(48,88,79)
#26423C
(38,66,60)
#1C2C29
(28,44,41)
#121616
(18,22,22)
#000000
(0,0,0)

Tints of #76F2D4

#76F2D4
(118,242,212)
#82F3D7
(130,243,215)
#8EF4DA
(142,244,218)
#9AF5DD
(154,245,221)
#A6F6E0
(166,246,224)
#B2F7E3
(178,247,227)
#BEF8E6
(190,248,230)
#CAF9E9
(202,249,233)
#D6FAEC
(214,250,236)
#E2FBEF
(226,251,239)
#EEFCF2
(238,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76F2D4; }

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

This text font color is #76F2D4.


Background Color

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

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

This div background color is #76F2D4.


Border color

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

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

This div border color is #76F2D4.


Opacity

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

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

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

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

This text has shadow with #76F2D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76F2D4 on black background.


Color preview on white background

This text has color #76F2D4 on white background.



Black color preview on #76F2D4 background

This text has black color on #76F2D4 background.


White color preview on #76F2D4 background

This text has white color on #76F2D4 background.