Shades of Chinook #90CFA1
Tints of Chinook #90CFA1
RGB
CMYK
RGB Variations
Color information
#90CFA1 (or 0x90CFA1) is known color: Chinook. HEX triplet: 90, CF and A1. RGB value is (144,207,161). Sum of RGB (Red+Green+Blue) = 144+207+161=512 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.12% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 161 (63.28% from 255 or 31.45% from 512); Max value from RGB is 207 - color contains mainly: green. Hex color #90CFA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CFA1 is #6F305E. Grayscale: #B7B7B7. Windows color (decimal): -7286879 or 10604432. OLE color: 10604432.
HSL color Cylindrical-coordinate representation of color #90CFA1: hue angle of 136.19º 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 #90CFA1 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 207 | 161 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.19 |
| HSL | 136.19º | 0.4% | 0.69% | - |
| HSV(B) | 136.19º | 0.3% | 0.81% | - |
| XYZ | 40.25 | 53.13 | 41.85 | - |
| YUV | 182.92 | 115.63 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 207 | 161 | 0.30 | 0 | 0.22 | 0.19 | 136.19 | 0.4 | 0.69 |
| Hex | 90 | CF | A1 | 1E | 0 | 16 | 13 | 88 | 28 | 45 |
| Octal | 220 | 317 | 241 | 36 | 0 | 26 | 23 | 210 | 50 | 105 |
| Binary | 10010000 | 11001111 | 10100001 | 11110 | 0 | 10110 | 10011 | 10001000 | 101000 | 1000101 |
Color Harmonies of #90CFA1
Complementary color
Monochromatic Colors of #90CFA1
Black with #90CFA1
Text Example
Text Example
White with #90CFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CFA1; }
p { color: rgb(144,207,161); }
H1.HeaderClassName
{
color: #90CFA1;
}
.AnyTagClassName
{
color: #90CFA1;
}
</style>
background-color css
<style>
a { background-color: #90CFA1; }
a { background-color: rgb(144,207,161); }
div.DivClassName
{
background-color: #90CFA1;
}
.BgClassName
{
background-color: #90CFA1;
}
</style>
border-color css
<style>
span { border-color: #90CFA1; }
span { border-color: rgb(144,207,161); }
td.TdClassName
{
border-color: #90CFA1;
}
.TagClassName
{
border-color: #90CFA1;
}
</style>