Shades of Chinook #96DDAB
Tints of Chinook #96DDAB
RGB
CMYK
RGB Variations
Color information
#96DDAB (or 0x96DDAB) is known color: Chinook. HEX triplet: 96, DD and AB. RGB value is (150,221,171). Sum of RGB (Red+Green+Blue) = 150+221+171=542 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.68% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 221 - color contains mainly: green. Hex color #96DDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DDAB is #692254. Grayscale: #C2C2C2. Windows color (decimal): -6890069 or 11263382. OLE color: 11263382.
HSL color Cylindrical-coordinate representation of color #96DDAB: hue angle of 137.75º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DDAB is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 221 | 171 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.13 |
| HSL | 137.75º | 0.51% | 0.73% | - |
| HSV(B) | 137.75º | 0.32% | 0.87% | - |
| XYZ | 45.78 | 61.14 | 47.92 | - |
| YUV | 194.07 | 114.98 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 221 | 171 | 0.32 | 0 | 0.23 | 0.13 | 137.75 | 0.51 | 0.73 |
| Hex | 96 | DD | AB | 20 | 0 | 17 | D | 8A | 33 | 49 |
| Octal | 226 | 335 | 253 | 40 | 0 | 27 | 15 | 212 | 63 | 111 |
| Binary | 10010110 | 11011101 | 10101011 | 100000 | 0 | 10111 | 1101 | 10001010 | 110011 | 1001001 |
Color Harmonies of #96DDAB
Complementary color
Monochromatic Colors of #96DDAB
Black with #96DDAB
Text Example
Text Example
White with #96DDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DDAB; }
p { color: rgb(150,221,171); }
H1.HeaderClassName
{
color: #96DDAB;
}
.AnyTagClassName
{
color: #96DDAB;
}
</style>
background-color css
<style>
a { background-color: #96DDAB; }
a { background-color: rgb(150,221,171); }
div.DivClassName
{
background-color: #96DDAB;
}
.BgClassName
{
background-color: #96DDAB;
}
</style>
border-color css
<style>
span { border-color: #96DDAB; }
span { border-color: rgb(150,221,171); }
td.TdClassName
{
border-color: #96DDAB;
}
.TagClassName
{
border-color: #96DDAB;
}
</style>