Shades of Chinook #90CEA2
Tints of Chinook #90CEA2
RGB
CMYK
RGB Variations
Color information
#90CEA2 (or 0x90CEA2) is known color: 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
| RGB | 144 | 206 | 162 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.19 |
| HSL | 137.42º | 0.39% | 0.69% | - |
| HSV(B) | 137.42º | 0.3% | 0.81% | - |
| XYZ | 40.09 | 52.68 | 42.24 | - |
| YUV | 182.45 | 116.46 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 206 | 162 | 0.30 | 0 | 0.21 | 0.19 | 137.42 | 0.39 | 0.69 |
| Hex | 90 | CE | A2 | 1E | 0 | 15 | 13 | 89 | 27 | 45 |
| Octal | 220 | 316 | 242 | 36 | 0 | 25 | 23 | 211 | 47 | 105 |
| Binary | 10010000 | 11001110 | 10100010 | 11110 | 0 | 10101 | 10011 | 10001001 | 100111 | 1000101 |
Color Harmonies of #90CEA2
Complementary color
Monochromatic Colors of #90CEA2
Black with #90CEA2
Text Example
Text Example
White with #90CEA2
Text Example
Text Example
HTML Codes & Css Web 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>