Shades of Chinook #96DDAC
Tints of Chinook #96DDAC
RGB
CMYK
RGB Variations
Color information
#96DDAC (or 0x96DDAC) is known color: Chinook. HEX triplet: 96, DD and AC. RGB value is (150,221,172). Sum of RGB (Red+Green+Blue) = 150+221+172=543 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.62% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #96DDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DDAC is #692253. Grayscale: #C2C2C2. Windows color (decimal): -6890068 or 11328918. OLE color: 11328918.
HSL color Cylindrical-coordinate representation of color #96DDAC: hue angle of 138.59º 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 #96DDAC is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 221 | 172 | - |
| CMYK | 0.32 | 0 | 0.22 | 0.13 |
| HSL | 138.59º | 0.51% | 0.73% | - |
| HSV(B) | 138.59º | 0.32% | 0.87% | - |
| XYZ | 45.88 | 61.18 | 48.42 | - |
| YUV | 194.19 | 115.48 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 221 | 172 | 0.32 | 0 | 0.22 | 0.13 | 138.59 | 0.51 | 0.73 |
| Hex | 96 | DD | AC | 20 | 0 | 16 | D | 8B | 33 | 49 |
| Octal | 226 | 335 | 254 | 40 | 0 | 26 | 15 | 213 | 63 | 111 |
| Binary | 10010110 | 11011101 | 10101100 | 100000 | 0 | 10110 | 1101 | 10001011 | 110011 | 1001001 |
Color Harmonies of #96DDAC
Complementary color
Monochromatic Colors of #96DDAC
Black with #96DDAC
Text Example
Text Example
White with #96DDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DDAC; }
p { color: rgb(150,221,172); }
H1.HeaderClassName
{
color: #96DDAC;
}
.AnyTagClassName
{
color: #96DDAC;
}
</style>
background-color css
<style>
a { background-color: #96DDAC; }
a { background-color: rgb(150,221,172); }
div.DivClassName
{
background-color: #96DDAC;
}
.BgClassName
{
background-color: #96DDAC;
}
</style>
border-color css
<style>
span { border-color: #96DDAC; }
span { border-color: rgb(150,221,172); }
td.TdClassName
{
border-color: #96DDAC;
}
.TagClassName
{
border-color: #96DDAC;
}
</style>