#90CAA1

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

Shades of Chinook #90CAA1

Tints of Chinook #90CAA1

Color information

#90CAA1 (or 0x90CAA1) is unknown color: approx Chinook. HEX triplet: 90, CA and A1. RGB value is (144,202,161). Sum of RGB (Red+Green+Blue) = 144+202+161=507 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.40% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 161 (63.28% from 255 or 31.76% from 507); Max value from RGB is 202 - color contains mainly: green. Hex color #90CAA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CAA1 is #6F355E. Grayscale: #B4B4B4. Windows color (decimal): -7288159 or 10603152. OLE color: 10603152.

HSL color Cylindrical-coordinate representation of color #90CAA1: hue angle of 137.59º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90CAA1 is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB144202161-
CMYK0.2900.200.21
HSL137.59º35.37%67.84%-
HSV(B)137.59º28.71%79.22%-
XYZ39.0650.7441.45-
YUV179.98117.28102.33-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.40%
GREEN value IS 202 (79.30% from 255) = 39.84%
BLUE value IS 161 (63.28% from 255) = 31.76%
R=28.40%
G=39.84%
B=31.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1442021610.2900.200.21137.5935.3767.84
Hex90CAA11D014158a2344
Octal220312241350242521243104
Binary1001000011001010101000011110101010010101100010101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,202,161); }

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

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

 a { background-color: rgb(144,202,161); }

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

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

 span { border-color: rgb(144,202,161); }

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