Shades of Chinook #90CA9F
Tints of Chinook #90CA9F
RGB
CMYK
RGB Variations
Color information
#90CA9F (or 0x90CA9F) is known color: Chinook. HEX triplet: 90, CA and 9F. RGB value is (144,202,159). Sum of RGB (Red+Green+Blue) = 144+202+159=505 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.51% from 505); Green value is 202 (79.30% from 255 or 40% from 505); Blue value is 159 (62.5% from 255 or 31.49% from 505); Max value from RGB is 202 - color contains mainly: green. Hex color #90CA9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CA9F is #6F3560. Grayscale: #B3B3B3. Windows color (decimal): -7288161 or 10472080. OLE color: 10472080.
HSL color Cylindrical-coordinate representation of color #90CA9F: hue angle of 135.52º 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 #90CA9F is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 202 | 159 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.21 |
| HSL | 135.52º | 0.35% | 0.68% | - |
| HSV(B) | 135.52º | 0.29% | 0.79% | - |
| XYZ | 38.88 | 50.67 | 40.53 | - |
| YUV | 179.76 | 116.28 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 202 | 159 | 0.29 | 0 | 0.21 | 0.21 | 135.52 | 0.35 | 0.68 |
| Hex | 90 | CA | 9F | 1D | 0 | 15 | 15 | 88 | 23 | 44 |
| Octal | 220 | 312 | 237 | 35 | 0 | 25 | 25 | 210 | 43 | 104 |
| Binary | 10010000 | 11001010 | 10011111 | 11101 | 0 | 10101 | 10101 | 10001000 | 100011 | 1000100 |
Color Harmonies of #90CA9F
Complementary color
Monochromatic Colors of #90CA9F
Black with #90CA9F
Text Example
Text Example
White with #90CA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CA9F; }
p { color: rgb(144,202,159); }
H1.HeaderClassName
{
color: #90CA9F;
}
.AnyTagClassName
{
color: #90CA9F;
}
</style>
background-color css
<style>
a { background-color: #90CA9F; }
a { background-color: rgb(144,202,159); }
div.DivClassName
{
background-color: #90CA9F;
}
.BgClassName
{
background-color: #90CA9F;
}
</style>
border-color css
<style>
span { border-color: #90CA9F; }
span { border-color: rgb(144,202,159); }
td.TdClassName
{
border-color: #90CA9F;
}
.TagClassName
{
border-color: #90CA9F;
}
</style>