#90CEA2

Color #90CEA2 Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #90CEA2

Tints of Chinook #90CEA2

Color information

#90CEA2 (or 0x90CEA2) is unknown color: approx Chinook. HEX triplet: 90, CE and A2. RGB value is (144,206,162). Sum of RGB (Red+Green+Blue) = 144+206+162=512 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.12% from 512); Green value is 206 (80.86% from 255 or 40.23% from 512); Blue value is 162 (63.67% from 255 or 31.64% from 512); Max value from RGB is 206 - color contains mainly: green. Hex color #90CEA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CEA2 is #6F315D. Grayscale: #B6B6B6. Windows color (decimal): -7287134 or 10669712. OLE color: 10669712.

HSL color Cylindrical-coordinate representation of color #90CEA2: hue angle of 137.42º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90CEA2 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB144206162-
CMYK0.3000.210.19
HSL137.42º38.75%68.63%-
HSV(B)137.42º30.1%80.78%-
XYZ40.0952.6842.24-
YUV182.45116.46100.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 28.12%
GREEN value IS 206 (80.86% from 255) = 40.23%
BLUE value IS 162 (63.67% from 255) = 31.64%
R=28.12%
G=40.23%
B=31.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1442061620.3000.210.19137.4238.7568.63
Hex90CEA21E01513892745
Octal220316242360252321147105
Binary1001000011001110101000101111001010110011100010011001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90CEA2; }

 p { color: rgb(144,206,162); }

 H1.HeaderClassName
 {
   color: #90CEA2;
 }
 .AnyTagClassName
 {
   color: #90CEA2;
 }
</style>
background-color css

<style>
 a { background-color: #90CEA2; }

 a { background-color: rgb(144,206,162); }

 div.DivClassName
 {
   background-color: #90CEA2;
 }
 .BgClassName
 {
   background-color: #90CEA2;
 }
</style>
border-color css

<style>
 span { border-color: #90CEA2; }

 span { border-color: rgb(144,206,162); }

 td.TdClassName
 {
   border-color: #90CEA2;
 }
 .TagClassName
 {
   border-color: #90CEA2;
 }
</style>