Shades of Chinook #96DBAA
Tints of Chinook #96DBAA
RGB
CMYK
RGB Variations
Color information
#96DBAA (or 0x96DBAA) is known color: Chinook. HEX triplet: 96, DB and AA. RGB value is (150,219,170). Sum of RGB (Red+Green+Blue) = 150+219+170=539 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.83% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 219 - color contains mainly: green. Hex color #96DBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DBAA is #692455. Grayscale: #C0C0C0. Windows color (decimal): -6890582 or 11197334. OLE color: 11197334.
HSL color Cylindrical-coordinate representation of color #96DBAA: hue angle of 137.39º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DBAA is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 219 | 170 | - |
| CMYK | 0.32 | 0 | 0.22 | 0.14 |
| HSL | 137.39º | 0.49% | 0.72% | - |
| HSV(B) | 137.39º | 0.32% | 0.86% | - |
| XYZ | 45.16 | 60.05 | 47.24 | - |
| YUV | 192.78 | 115.14 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 219 | 170 | 0.32 | 0 | 0.22 | 0.14 | 137.39 | 0.49 | 0.72 |
| Hex | 96 | DB | AA | 20 | 0 | 16 | E | 89 | 31 | 48 |
| Octal | 226 | 333 | 252 | 40 | 0 | 26 | 16 | 211 | 61 | 110 |
| Binary | 10010110 | 11011011 | 10101010 | 100000 | 0 | 10110 | 1110 | 10001001 | 110001 | 1001000 |
Color Harmonies of #96DBAA
Complementary color
Monochromatic Colors of #96DBAA
Black with #96DBAA
Text Example
Text Example
White with #96DBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DBAA; }
p { color: rgb(150,219,170); }
H1.HeaderClassName
{
color: #96DBAA;
}
.AnyTagClassName
{
color: #96DBAA;
}
</style>
background-color css
<style>
a { background-color: #96DBAA; }
a { background-color: rgb(150,219,170); }
div.DivClassName
{
background-color: #96DBAA;
}
.BgClassName
{
background-color: #96DBAA;
}
</style>
border-color css
<style>
span { border-color: #96DBAA; }
span { border-color: rgb(150,219,170); }
td.TdClassName
{
border-color: #96DBAA;
}
.TagClassName
{
border-color: #96DBAA;
}
</style>