COLOR #76F9D1

HEX: #76F9D1
RGB: (118,249,209)

Color info

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

RGB color model

#76F9D1 color RGB value is (118,249,209).

  • red value is 118;
  • green value is 249;
  • blue value is 209.
RGB:
(118,249,209)
(46%,98%,82%)

RGB channels and saturation

R 118 of 255 = 46%
G 249 of 255 = 98%
B 209 of 255 = 82%

118
249
209

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

Portions of RGB colors in percentages

R + G + B =
118 + 249 + 209 = 576 (100%)
R 118 of 576 ~ 20.49%
G 249 of 576 ~ 43.23%
B 209 of 576 ~ 36.28%

%20.49
%43.23
%36.28

CMYK color model

#76F9D1 color CMYK value is (53,0,16,2).

  • cyan value is 52.61%
  • magenta value is 0.00%
  • yellow value is 16.06%
  • key color value is 2.35%
CMYK:
(53,0,16,2)
C53M0Y16K2 
(53%,0%,16%,2%)
(0.53/0.00/0.16/0.02)	

CMYK percentages

%52.61
%0
%16.06
%2.35

Codes

Color #76F9D1 in popluar color models

76F9D1
RGB118249209
HSL162°91.61%71.96%
HSB/HSV162°52.61%97.65%
CMYK52.61%0.00%16.06%
2.35%

Color #76F9D1 in popluar number systems.

HEX76F9D1
Decimal118249209
Binary11101101111100111010001
Octal166371321

Shades and tints

Shades of #76F9D1

#76F9D1
(118,249,209)
#6CE3BE
(108,227,190)
#62CDAB
(98,205,171)
#58B798
(88,183,152)
#4EA185
(78,161,133)
#448B72
(68,139,114)
#3A755F
(58,117,95)
#305F4C
(48,95,76)
#264939
(38,73,57)
#1C3326
(28,51,38)
#121D13
(18,29,19)
#000000
(0,0,0)

Tints of #76F9D1

#76F9D1
(118,249,209)
#82F9D5
(130,249,213)
#8EF9D9
(142,249,217)
#9AF9DD
(154,249,221)
#A6F9E1
(166,249,225)
#B2F9E5
(178,249,229)
#BEF9E9
(190,249,233)
#CAF9ED
(202,249,237)
#D6F9F1
(214,249,241)
#E2F9F5
(226,249,245)
#EEF9F9
(238,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76F9D1 color. Also use rgb(118,249,209) instead hex code.

Text Font Color

.myTextColor { color: #76F9D1; }

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

This text font color is #76F9D1.


Background Color

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

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

This div background color is #76F9D1.


Border color

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

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

This div border color is #76F9D1.


Opacity

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

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

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

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

This text has shadow with #76F9D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76F9D1 on black background.


Color preview on white background

This text has color #76F9D1 on white background.



Black color preview on #76F9D1 background

This text has black color on #76F9D1 background.


White color preview on #76F9D1 background

This text has white color on #76F9D1 background.