COLOR #90FFCA

HEX: #90FFCA
RGB: (144,255,202)

Color info

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

RGB color model

#90FFCA color RGB value is (144,255,202).

  • red value is 144;
  • green value is 255;
  • blue value is 202.
RGB:
(144,255,202)
(56%,100%,79%)

RGB channels and saturation

R 144 of 255 = 56%
G 255 of 255 = 100%
B 202 of 255 = 79%

144
255
202

R + G + B ~ 78%. #90FFCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 255 + 202 = 601 (100%)
R 144 of 601 ~ 23.96%
G 255 of 601 ~ 42.43%
B 202 of 601 ~ 33.61%

%23.96
%42.43
%33.61

CMYK color model

#90FFCA color CMYK value is (44,0,21,0).

  • cyan value is 43.53%
  • magenta value is 0.00%
  • yellow value is 20.78%
  • key color value is 0.00%
CMYK:
(44,0,21,0)
C44M0Y21K0 
(44%,0%,21%,0%)
(0.44/0.00/0.21/0.00)	

CMYK percentages

%43.53
%0
%20.78
%0

Codes

Color #90FFCA in popluar color models

90FFCA
RGB144255202
HSL151°100.00%78.24%
HSB/HSV151°43.53%100.00%
CMYK43.53%0.00%20.78%
0.00%

Color #90FFCA in popluar number systems.

HEX90FFCA
Decimal144255202
Binary100100001111111111001010
Octal220377312

Shades and tints

Shades of #90FFCA

#90FFCA
(144,255,202)
#83E8B8
(131,232,184)
#76D1A6
(118,209,166)
#69BA94
(105,186,148)
#5CA382
(92,163,130)
#4F8C70
(79,140,112)
#42755E
(66,117,94)
#355E4C
(53,94,76)
#28473A
(40,71,58)
#1B3028
(27,48,40)
#0E1916
(14,25,22)
#000000
(0,0,0)

Tints of #90FFCA

#90FFCA
(144,255,202)
#9AFFCE
(154,255,206)
#A4FFD2
(164,255,210)
#AEFFD6
(174,255,214)
#B8FFDA
(184,255,218)
#C2FFDE
(194,255,222)
#CCFFE2
(204,255,226)
#D6FFE6
(214,255,230)
#E0FFEA
(224,255,234)
#EAFFEE
(234,255,238)
#F4FFF2
(244,255,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90FFCA color. Also use rgb(144,255,202) instead hex code.

Text Font Color

.myTextColor { color: #90FFCA; }

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

This text font color is #90FFCA.


Background Color

.myBgColor { background-color: #90FFCA; }

<div style="background-color:#90FFCA">Inner text</div>

This div background color is #90FFCA.


Border color

.myBorderColor { border: 1px solid #90FFCA; }

<div style="border:3px solid #90FFCA">Div</div>

This div border color is #90FFCA.


Opacity

.myOpacity80 { color: #90FFCA; opacity: 0.8; }

<p style="color:#90FFCA;opacity:0.8;">80%</p>

Text with #90FFCA 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 #90FFCA;}

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

This text has shadow with #90FFCA color.

.textShadow {text-shadow: 3px 3px 1px #90FFCA, 3px 3px 1px red;}

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

This text has shadow with #90FFCA primary color and red secondary color.


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

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

This text has shadow with #90FFCA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90FFCA on black background.


Color preview on white background

This text has color #90FFCA on white background.



Black color preview on #90FFCA background

This text has black color on #90FFCA background.


White color preview on #90FFCA background

This text has white color on #90FFCA background.