COLOR #99F4C0

HEX: #99F4C0
RGB: (153,244,192)

Color info

#99F4C0 contains mainly green and blue colors. Web safe color of #99F4C0 is #99FFCC (or #9FC).

RGB color model

#99F4C0 color RGB value is (153,244,192).

  • red value is 153;
  • green value is 244;
  • blue value is 192.
RGB:
(153,244,192)
(60%,96%,75%)

RGB channels and saturation

R 153 of 255 = 60%
G 244 of 255 = 96%
B 192 of 255 = 75%

153
244
192

R + G + B ~ 77%. #99F4C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 244 + 192 = 589 (100%)
R 153 of 589 ~ 25.98%
G 244 of 589 ~ 41.43%
B 192 of 589 ~ 32.6%

%25.98
%41.43
%32.6

CMYK color model

#99F4C0 color CMYK value is (37,0,21,4).

  • cyan value is 37.30%
  • magenta value is 0.00%
  • yellow value is 21.31%
  • key color value is 4.31%
CMYK:
(37,0,21,4)
C37M0Y21K4 
(37%,0%,21%,4%)
(0.37/0.00/0.21/0.04)	

CMYK percentages

%37.3
%0
%21.31
%4.31

Codes

Color #99F4C0 in popluar color models

99F4C0
RGB153244192
HSL146°80.53%77.84%
HSB/HSV146°37.30%95.69%
CMYK37.30%0.00%21.31%
4.31%

Color #99F4C0 in popluar number systems.

HEX99F4C0
Decimal153244192
Binary100110011111010011000000
Octal231364300

Shades and tints

Shades of #99F4C0

#99F4C0
(153,244,192)
#8CDEAF
(140,222,175)
#7FC89E
(127,200,158)
#72B28D
(114,178,141)
#659C7C
(101,156,124)
#58866B
(88,134,107)
#4B705A
(75,112,90)
#3E5A49
(62,90,73)
#314438
(49,68,56)
#242E27
(36,46,39)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #99F4C0

#99F4C0
(153,244,192)
#A2F5C5
(162,245,197)
#ABF6CA
(171,246,202)
#B4F7CF
(180,247,207)
#BDF8D4
(189,248,212)
#C6F9D9
(198,249,217)
#CFFADE
(207,250,222)
#D8FBE3
(216,251,227)
#E1FCE8
(225,252,232)
#EAFDED
(234,253,237)
#F3FEF2
(243,254,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99F4C0 color. Also use rgb(153,244,192) instead hex code.

Text Font Color

.myTextColor { color: #99F4C0; }

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

This text font color is #99F4C0.


Background Color

.myBgColor { background-color: #99F4C0; }

<div style="background-color:#99F4C0">Inner text</div>

This div background color is #99F4C0.


Border color

.myBorderColor { border: 1px solid #99F4C0; }

<div style="border:3px solid #99F4C0">Div</div>

This div border color is #99F4C0.


Opacity

.myOpacity80 { color: #99F4C0; opacity: 0.8; }

<p style="color:#99F4C0;opacity:0.8;">80%</p>

Text with #99F4C0 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 #99F4C0;}

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

This text has shadow with #99F4C0 color.

.textShadow {text-shadow: 3px 3px 1px #99F4C0, 3px 3px 1px red;}

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

This text has shadow with #99F4C0 primary color and red secondary color.


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

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

This text has shadow with #99F4C0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99F4C0 on black background.


Color preview on white background

This text has color #99F4C0 on white background.



Black color preview on #99F4C0 background

This text has black color on #99F4C0 background.


White color preview on #99F4C0 background

This text has white color on #99F4C0 background.