Shades of Chinook #90CEA5
Tints of Chinook #90CEA5
RGB
CMYK
RGB Variations
Color information
#90CEA5 (or 0x90CEA5) is known color: Chinook. HEX triplet: 90, CE and A5. RGB value is (144,206,165). Sum of RGB (Red+Green+Blue) = 144+206+165=515 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.96% from 515); Green value is 206 (80.86% from 255 or 40% from 515); Blue value is 165 (64.84% from 255 or 32.04% from 515); Max value from RGB is 206 - color contains mainly: green. Hex color #90CEA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CEA5 is #6F315A. Grayscale: #B6B6B6. Windows color (decimal): -7287131 or 10866320. OLE color: 10866320.
HSL color Cylindrical-coordinate representation of color #90CEA5: hue angle of 140.32º 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 #90CEA5 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 206 | 165 | - |
| CMYK | 0.30 | 0 | 0.20 | 0.19 |
| HSL | 140.32º | 0.39% | 0.69% | - |
| HSV(B) | 140.32º | 0.3% | 0.81% | - |
| XYZ | 40.36 | 52.79 | 43.66 | - |
| YUV | 182.79 | 117.96 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 206 | 165 | 0.30 | 0 | 0.20 | 0.19 | 140.32 | 0.39 | 0.69 |
| Hex | 90 | CE | A5 | 1E | 0 | 14 | 13 | 8C | 27 | 45 |
| Octal | 220 | 316 | 245 | 36 | 0 | 24 | 23 | 214 | 47 | 105 |
| Binary | 10010000 | 11001110 | 10100101 | 11110 | 0 | 10100 | 10011 | 10001100 | 100111 | 1000101 |
Color Harmonies of #90CEA5
Complementary color
Monochromatic Colors of #90CEA5
Black with #90CEA5
Text Example
Text Example
White with #90CEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CEA5; }
p { color: rgb(144,206,165); }
H1.HeaderClassName
{
color: #90CEA5;
}
.AnyTagClassName
{
color: #90CEA5;
}
</style>
background-color css
<style>
a { background-color: #90CEA5; }
a { background-color: rgb(144,206,165); }
div.DivClassName
{
background-color: #90CEA5;
}
.BgClassName
{
background-color: #90CEA5;
}
</style>
border-color css
<style>
span { border-color: #90CEA5; }
span { border-color: rgb(144,206,165); }
td.TdClassName
{
border-color: #90CEA5;
}
.TagClassName
{
border-color: #90CEA5;
}
</style>