COLOR #96F2CA

HEX: #96F2CA
RGB: (150,242,202)

Color info

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

RGB color model

#96F2CA color RGB value is (150,242,202).

  • red value is 150;
  • green value is 242;
  • blue value is 202.
RGB:
(150,242,202)
(59%,95%,79%)

RGB channels and saturation

R 150 of 255 = 59%
G 242 of 255 = 95%
B 202 of 255 = 79%

150
242
202

R + G + B ~ 78%. #96F2CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 242 + 202 = 594 (100%)
R 150 of 594 ~ 25.25%
G 242 of 594 ~ 40.74%
B 202 of 594 ~ 34.01%

%25.25
%40.74
%34.01

CMYK color model

#96F2CA color CMYK value is (38,0,17,5).

  • cyan value is 38.02%
  • magenta value is 0.00%
  • yellow value is 16.53%
  • key color value is 5.10%
CMYK:
(38,0,17,5)
C38M0Y17K5 
(38%,0%,17%,5%)
(0.38/0.00/0.17/0.05)	

CMYK percentages

%38.02
%0
%16.53
%5.1

Codes

Color #96F2CA in popluar color models

96F2CA
RGB150242202
HSL154°77.97%76.86%
HSB/HSV154°38.02%94.90%
CMYK38.02%0.00%16.53%
5.10%

Color #96F2CA in popluar number systems.

HEX96F2CA
Decimal150242202
Binary100101101111001011001010
Octal226362312

Shades and tints

Shades of #96F2CA

#96F2CA
(150,242,202)
#89DCB8
(137,220,184)
#7CC6A6
(124,198,166)
#6FB094
(111,176,148)
#629A82
(98,154,130)
#558470
(85,132,112)
#486E5E
(72,110,94)
#3B584C
(59,88,76)
#2E423A
(46,66,58)
#212C28
(33,44,40)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #96F2CA

#96F2CA
(150,242,202)
#9FF3CE
(159,243,206)
#A8F4D2
(168,244,210)
#B1F5D6
(177,245,214)
#BAF6DA
(186,246,218)
#C3F7DE
(195,247,222)
#CCF8E2
(204,248,226)
#D5F9E6
(213,249,230)
#DEFAEA
(222,250,234)
#E7FBEE
(231,251,238)
#F0FCF2
(240,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96F2CA color. Also use rgb(150,242,202) instead hex code.

Text Font Color

.myTextColor { color: #96F2CA; }

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

This text font color is #96F2CA.


Background Color

.myBgColor { background-color: #96F2CA; }

<div style="background-color:#96F2CA">Inner text</div>

This div background color is #96F2CA.


Border color

.myBorderColor { border: 1px solid #96F2CA; }

<div style="border:3px solid #96F2CA">Div</div>

This div border color is #96F2CA.


Opacity

.myOpacity80 { color: #96F2CA; opacity: 0.8; }

<p style="color:#96F2CA;opacity:0.8;">80%</p>

Text with #96F2CA 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 #96F2CA;}

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

This text has shadow with #96F2CA color.

.textShadow {text-shadow: 3px 3px 1px #96F2CA, 3px 3px 1px red;}

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

This text has shadow with #96F2CA primary color and red secondary color.


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

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

This text has shadow with #96F2CA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96F2CA on black background.


Color preview on white background

This text has color #96F2CA on white background.



Black color preview on #96F2CA background

This text has black color on #96F2CA background.


White color preview on #96F2CA background

This text has white color on #96F2CA background.