Shades of Chinook #96DFAB
Tints of Chinook #96DFAB
RGB
CMYK
RGB Variations
Color information
#96DFAB (or 0x96DFAB) is known color: Chinook. HEX triplet: 96, DF and AB. RGB value is (150,223,171). Sum of RGB (Red+Green+Blue) = 150+223+171=544 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.57% from 544); Green value is 223 (87.5% from 255 or 40.99% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 223 - color contains mainly: green. Hex color #96DFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DFAB is #692054. Grayscale: #C3C3C3. Windows color (decimal): -6889557 or 11263894. OLE color: 11263894.
HSL color Cylindrical-coordinate representation of color #96DFAB: hue angle of 137.26º 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 #96DFAB is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 223 | 171 | - |
| CMYK | 0.33 | 0 | 0.23 | 0.13 |
| HSL | 137.26º | 0.53% | 0.73% | - |
| HSV(B) | 137.26º | 0.33% | 0.87% | - |
| XYZ | 46.32 | 62.2 | 48.09 | - |
| YUV | 195.25 | 114.32 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 223 | 171 | 0.33 | 0 | 0.23 | 0.13 | 137.26 | 0.53 | 0.73 |
| Hex | 96 | DF | AB | 21 | 0 | 17 | D | 89 | 35 | 49 |
| Octal | 226 | 337 | 253 | 41 | 0 | 27 | 15 | 211 | 65 | 111 |
| Binary | 10010110 | 11011111 | 10101011 | 100001 | 0 | 10111 | 1101 | 10001001 | 110101 | 1001001 |
Color Harmonies of #96DFAB
Complementary color
Monochromatic Colors of #96DFAB
Black with #96DFAB
Text Example
Text Example
White with #96DFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DFAB; }
p { color: rgb(150,223,171); }
H1.HeaderClassName
{
color: #96DFAB;
}
.AnyTagClassName
{
color: #96DFAB;
}
</style>
background-color css
<style>
a { background-color: #96DFAB; }
a { background-color: rgb(150,223,171); }
div.DivClassName
{
background-color: #96DFAB;
}
.BgClassName
{
background-color: #96DFAB;
}
</style>
border-color css
<style>
span { border-color: #96DFAB; }
span { border-color: rgb(150,223,171); }
td.TdClassName
{
border-color: #96DFAB;
}
.TagClassName
{
border-color: #96DFAB;
}
</style>