Shades of Chinook #90DAA2
Tints of Chinook #90DAA2
RGB
CMYK
RGB Variations
Color information
#90DAA2 (or 0x90DAA2) is known color: Chinook. HEX triplet: 90, DA and A2. RGB value is (144,218,162). Sum of RGB (Red+Green+Blue) = 144+218+162=524 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.48% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 162 (63.67% from 255 or 30.92% from 524); Max value from RGB is 218 - color contains mainly: green. Hex color #90DAA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DAA2 is #6F255D. Grayscale: #BDBDBD. Windows color (decimal): -7284062 or 10672784. OLE color: 10672784.
HSL color Cylindrical-coordinate representation of color #90DAA2: hue angle of 134.59º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90DAA2 is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 218 | 162 | - |
| CMYK | 0.34 | 0 | 0.26 | 0.15 |
| HSL | 134.59º | 0.5% | 0.71% | - |
| HSV(B) | 134.59º | 0.34% | 0.85% | - |
| XYZ | 43.09 | 58.68 | 43.24 | - |
| YUV | 189.49 | 112.48 | 95.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 218 | 162 | 0.34 | 0 | 0.26 | 0.15 | 134.59 | 0.5 | 0.71 |
| Hex | 90 | DA | A2 | 22 | 0 | 1A | F | 87 | 32 | 47 |
| Octal | 220 | 332 | 242 | 42 | 0 | 32 | 17 | 207 | 62 | 107 |
| Binary | 10010000 | 11011010 | 10100010 | 100010 | 0 | 11010 | 1111 | 10000111 | 110010 | 1000111 |
Color Harmonies of #90DAA2
Complementary color
Monochromatic Colors of #90DAA2
Black with #90DAA2
Text Example
Text Example
White with #90DAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DAA2; }
p { color: rgb(144,218,162); }
H1.HeaderClassName
{
color: #90DAA2;
}
.AnyTagClassName
{
color: #90DAA2;
}
</style>
background-color css
<style>
a { background-color: #90DAA2; }
a { background-color: rgb(144,218,162); }
div.DivClassName
{
background-color: #90DAA2;
}
.BgClassName
{
background-color: #90DAA2;
}
</style>
border-color css
<style>
span { border-color: #90DAA2; }
span { border-color: rgb(144,218,162); }
td.TdClassName
{
border-color: #90DAA2;
}
.TagClassName
{
border-color: #90DAA2;
}
</style>