Shades of Chinook #96DCAA
Tints of Chinook #96DCAA
RGB
CMYK
RGB Variations
Color information
#96DCAA (or 0x96DCAA) is known color: Chinook. HEX triplet: 96, DC and AA. RGB value is (150,220,170). Sum of RGB (Red+Green+Blue) = 150+220+170=540 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.78% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 170 (66.80% from 255 or 31.48% from 540); Max value from RGB is 220 - color contains mainly: green. Hex color #96DCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DCAA is #692355. Grayscale: #C1C1C1. Windows color (decimal): -6890326 or 11197590. OLE color: 11197590.
HSL color Cylindrical-coordinate representation of color #96DCAA: hue angle of 137.14º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DCAA is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 220 | 170 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.14 |
| HSL | 137.14º | 0.5% | 0.73% | - |
| HSV(B) | 137.14º | 0.32% | 0.86% | - |
| XYZ | 45.43 | 60.57 | 47.33 | - |
| YUV | 193.37 | 114.81 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 220 | 170 | 0.32 | 0 | 0.23 | 0.14 | 137.14 | 0.5 | 0.73 |
| Hex | 96 | DC | AA | 20 | 0 | 17 | E | 89 | 32 | 49 |
| Octal | 226 | 334 | 252 | 40 | 0 | 27 | 16 | 211 | 62 | 111 |
| Binary | 10010110 | 11011100 | 10101010 | 100000 | 0 | 10111 | 1110 | 10001001 | 110010 | 1001001 |
Color Harmonies of #96DCAA
Complementary color
Monochromatic Colors of #96DCAA
Black with #96DCAA
Text Example
Text Example
White with #96DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DCAA; }
p { color: rgb(150,220,170); }
H1.HeaderClassName
{
color: #96DCAA;
}
.AnyTagClassName
{
color: #96DCAA;
}
</style>
background-color css
<style>
a { background-color: #96DCAA; }
a { background-color: rgb(150,220,170); }
div.DivClassName
{
background-color: #96DCAA;
}
.BgClassName
{
background-color: #96DCAA;
}
</style>
border-color css
<style>
span { border-color: #96DCAA; }
span { border-color: rgb(150,220,170); }
td.TdClassName
{
border-color: #96DCAA;
}
.TagClassName
{
border-color: #96DCAA;
}
</style>