Shades of Chinook #96DFAA
Tints of Chinook #96DFAA
RGB
CMYK
RGB Variations
Color information
#96DFAA (or 0x96DFAA) is known color: Chinook. HEX triplet: 96, DF and AA. RGB value is (150,223,170). Sum of RGB (Red+Green+Blue) = 150+223+170=543 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.62% from 543); Green value is 223 (87.5% from 255 or 41.07% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 223 - color contains mainly: green. Hex color #96DFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DFAA is #692055. Grayscale: #C3C3C3. Windows color (decimal): -6889558 or 11198358. OLE color: 11198358.
HSL color Cylindrical-coordinate representation of color #96DFAA: hue angle of 136.44º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96DFAA is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 223 | 170 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.13 |
| HSL | 136.44º | 0.53% | 0.73% | - |
| HSV(B) | 136.44º | 0.33% | 0.87% | - |
| XYZ | 46.22 | 62.16 | 47.59 | - |
| YUV | 195.13 | 113.82 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 223 | 170 | 0.33 | 0 | 0.24 | 0.13 | 136.44 | 0.53 | 0.73 |
| Hex | 96 | DF | AA | 21 | 0 | 18 | D | 88 | 35 | 49 |
| Octal | 226 | 337 | 252 | 41 | 0 | 30 | 15 | 210 | 65 | 111 |
| Binary | 10010110 | 11011111 | 10101010 | 100001 | 0 | 11000 | 1101 | 10001000 | 110101 | 1001001 |
Color Harmonies of #96DFAA
Complementary color
Monochromatic Colors of #96DFAA
Black with #96DFAA
Text Example
Text Example
White with #96DFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DFAA; }
p { color: rgb(150,223,170); }
H1.HeaderClassName
{
color: #96DFAA;
}
.AnyTagClassName
{
color: #96DFAA;
}
</style>
background-color css
<style>
a { background-color: #96DFAA; }
a { background-color: rgb(150,223,170); }
div.DivClassName
{
background-color: #96DFAA;
}
.BgClassName
{
background-color: #96DFAA;
}
</style>
border-color css
<style>
span { border-color: #96DFAA; }
span { border-color: rgb(150,223,170); }
td.TdClassName
{
border-color: #96DFAA;
}
.TagClassName
{
border-color: #96DFAA;
}
</style>