#90CEA0

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

Shades of Chinook #90CEA0

Tints of Chinook #90CEA0

Color information

#90CEA0 (or 0x90CEA0) is unknown color: approx Chinook. HEX triplet: 90, CE and A0. RGB value is (144,206,160). Sum of RGB (Red+Green+Blue) = 144+206+160=510 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.24% from 510); Green value is 206 (80.86% from 255 or 40.39% from 510); Blue value is 160 (62.89% from 255 or 31.37% from 510); Max value from RGB is 206 - color contains mainly: green. Hex color #90CEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CEA0 is #6F315F. Grayscale: #B6B6B6. Windows color (decimal): -7287136 or 10538640. OLE color: 10538640.

HSL color Cylindrical-coordinate representation of color #90CEA0: hue angle of 135.48º 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 #90CEA0 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB144206160-
CMYK0.3000.220.19
HSL135.48º38.75%68.63%-
HSV(B)135.48º30.1%80.78%-
XYZ39.9252.6141.31-
YUV182.22115.46100.74-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.24%
GREEN value IS 206 (80.86% from 255) = 40.39%
BLUE value IS 160 (62.89% from 255) = 31.37%
R=28.24%
G=40.39%
B=31.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1442061600.3000.220.19135.4838.7568.63
Hex90CEA01E01613872745
Octal220316240360262320747105
Binary1001000011001110101000001111001011010011100001111001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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