#90DBA2

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

Shades of Chinook #90DBA2

Tints of Chinook #90DBA2

Color information

#90DBA2 (or 0x90DBA2) is unknown color: approx Chinook. HEX triplet: 90, DB and A2. RGB value is (144,219,162). Sum of RGB (Red+Green+Blue) = 144+219+162=525 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.43% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 162 (63.67% from 255 or 30.86% from 525); Max value from RGB is 219 - color contains mainly: green. Hex color #90DBA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DBA2 is #6F245D. Grayscale: #BEBEBE. Windows color (decimal): -7283806 or 10673040. OLE color: 10673040.

HSL color Cylindrical-coordinate representation of color #90DBA2: hue angle of 134.4º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90DBA2 is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB144219162-
CMYK0.3400.260.14
HSL134.4º51.02%71.18%-
HSV(B)134.4º34.25%85.88%-
XYZ43.3559.243.32-
YUV190.08112.1595.13-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.43%
GREEN value IS 219 (85.94% from 255) = 41.71%
BLUE value IS 162 (63.67% from 255) = 30.86%
R=27.43%
G=41.71%
B=30.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1442191620.3400.260.14134.451.0271.18
Hex90DBA22201AE863347
Octal220333242420321620663107
Binary1001000011011011101000101000100110101110100001101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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