COLOR #90F6C6

HEX: #90F6C6
RGB: (144,246,198)

Color info

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

RGB color model

#90F6C6 color RGB value is (144,246,198).

  • red value is 144;
  • green value is 246;
  • blue value is 198.
RGB:
(144,246,198)
(56%,96%,78%)

RGB channels and saturation

R 144 of 255 = 56%
G 246 of 255 = 96%
B 198 of 255 = 78%

144
246
198

R + G + B ~ 77%. #90F6C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 246 + 198 = 588 (100%)
R 144 of 588 ~ 24.49%
G 246 of 588 ~ 41.84%
B 198 of 588 ~ 33.67%

%24.49
%41.84
%33.67

CMYK color model

#90F6C6 color CMYK value is (41,0,20,4).

  • cyan value is 41.46%
  • magenta value is 0.00%
  • yellow value is 19.51%
  • key color value is 3.53%
CMYK:
(41,0,20,4)
C41M0Y20K4 
(41%,0%,20%,4%)
(0.41/0.00/0.20/0.04)	

CMYK percentages

%41.46
%0
%19.51
%3.53

Codes

Color #90F6C6 in popluar color models

90F6C6
RGB144246198
HSL152°85.00%76.47%
HSB/HSV152°41.46%96.47%
CMYK41.46%0.00%19.51%
3.53%

Color #90F6C6 in popluar number systems.

HEX90F6C6
Decimal144246198
Binary100100001111011011000110
Octal220366306

Shades and tints

Shades of #90F6C6

#90F6C6
(144,246,198)
#83E0B4
(131,224,180)
#76CAA2
(118,202,162)
#69B490
(105,180,144)
#5C9E7E
(92,158,126)
#4F886C
(79,136,108)
#42725A
(66,114,90)
#355C48
(53,92,72)
#284636
(40,70,54)
#1B3024
(27,48,36)
#0E1A12
(14,26,18)
#000000
(0,0,0)

Tints of #90F6C6

#90F6C6
(144,246,198)
#9AF6CB
(154,246,203)
#A4F6D0
(164,246,208)
#AEF6D5
(174,246,213)
#B8F6DA
(184,246,218)
#C2F6DF
(194,246,223)
#CCF6E4
(204,246,228)
#D6F6E9
(214,246,233)
#E0F6EE
(224,246,238)
#EAF6F3
(234,246,243)
#F4F6F8
(244,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90F6C6 color. Also use rgb(144,246,198) instead hex code.

Text Font Color

.myTextColor { color: #90F6C6; }

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

This text font color is #90F6C6.


Background Color

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

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

This div background color is #90F6C6.


Border color

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

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

This div border color is #90F6C6.


Opacity

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

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

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

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

This text has shadow with #90F6C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90F6C6 on black background.


Color preview on white background

This text has color #90F6C6 on white background.



Black color preview on #90F6C6 background

This text has black color on #90F6C6 background.


White color preview on #90F6C6 background

This text has white color on #90F6C6 background.