Shades of Chinook #90CFA0
Tints of Chinook #90CFA0
RGB
CMYK
RGB Variations
Color information
#90CFA0 (or 0x90CFA0) is known color: Chinook. HEX triplet: 90, CF and A0. RGB value is (144,207,160). Sum of RGB (Red+Green+Blue) = 144+207+160=511 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.18% from 511); Green value is 207 (81.25% from 255 or 40.51% from 511); Blue value is 160 (62.89% from 255 or 31.31% from 511); Max value from RGB is 207 - color contains mainly: green. Hex color #90CFA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CFA0 is #6F305F. Grayscale: #B6B6B6. Windows color (decimal): -7286880 or 10538896. OLE color: 10538896.
HSL color Cylindrical-coordinate representation of color #90CFA0: hue angle of 135.24º degrees, saturation: 0.4, 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 #90CFA0 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 207 | 160 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.19 |
| HSL | 135.24º | 0.4% | 0.69% | - |
| HSV(B) | 135.24º | 0.3% | 0.81% | - |
| XYZ | 40.16 | 53.09 | 41.39 | - |
| YUV | 182.81 | 115.13 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 207 | 160 | 0.30 | 0 | 0.23 | 0.19 | 135.24 | 0.4 | 0.69 |
| Hex | 90 | CF | A0 | 1E | 0 | 17 | 13 | 87 | 28 | 45 |
| Octal | 220 | 317 | 240 | 36 | 0 | 27 | 23 | 207 | 50 | 105 |
| Binary | 10010000 | 11001111 | 10100000 | 11110 | 0 | 10111 | 10011 | 10000111 | 101000 | 1000101 |
Color Harmonies of #90CFA0
Complementary color
Monochromatic Colors of #90CFA0
Black with #90CFA0
Text Example
Text Example
White with #90CFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CFA0; }
p { color: rgb(144,207,160); }
H1.HeaderClassName
{
color: #90CFA0;
}
.AnyTagClassName
{
color: #90CFA0;
}
</style>
background-color css
<style>
a { background-color: #90CFA0; }
a { background-color: rgb(144,207,160); }
div.DivClassName
{
background-color: #90CFA0;
}
.BgClassName
{
background-color: #90CFA0;
}
</style>
border-color css
<style>
span { border-color: #90CFA0; }
span { border-color: rgb(144,207,160); }
td.TdClassName
{
border-color: #90CFA0;
}
.TagClassName
{
border-color: #90CFA0;
}
</style>