Shades of Chinook #96DFAC
Tints of Chinook #96DFAC
RGB
CMYK
RGB Variations
Color information
#96DFAC (or 0x96DFAC) is known color: Chinook. HEX triplet: 96, DF and AC. RGB value is (150,223,172). Sum of RGB (Red+Green+Blue) = 150+223+172=545 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.52% from 545); Green value is 223 (87.5% from 255 or 40.92% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 223 - color contains mainly: green. Hex color #96DFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DFAC is #692053. Grayscale: #C3C3C3. Windows color (decimal): -6889556 or 11329430. OLE color: 11329430.
HSL color Cylindrical-coordinate representation of color #96DFAC: hue angle of 138.08º 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 #96DFAC is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 223 | 172 | - |
| CMYK | 0.33 | 0 | 0.23 | 0.13 |
| HSL | 138.08º | 0.53% | 0.73% | - |
| HSV(B) | 138.08º | 0.33% | 0.87% | - |
| XYZ | 46.41 | 62.24 | 48.6 | - |
| YUV | 195.36 | 114.82 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 223 | 172 | 0.33 | 0 | 0.23 | 0.13 | 138.08 | 0.53 | 0.73 |
| Hex | 96 | DF | AC | 21 | 0 | 17 | D | 8A | 35 | 49 |
| Octal | 226 | 337 | 254 | 41 | 0 | 27 | 15 | 212 | 65 | 111 |
| Binary | 10010110 | 11011111 | 10101100 | 100001 | 0 | 10111 | 1101 | 10001010 | 110101 | 1001001 |
Color Harmonies of #96DFAC
Complementary color
Monochromatic Colors of #96DFAC
Black with #96DFAC
Text Example
Text Example
White with #96DFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DFAC; }
p { color: rgb(150,223,172); }
H1.HeaderClassName
{
color: #96DFAC;
}
.AnyTagClassName
{
color: #96DFAC;
}
</style>
background-color css
<style>
a { background-color: #96DFAC; }
a { background-color: rgb(150,223,172); }
div.DivClassName
{
background-color: #96DFAC;
}
.BgClassName
{
background-color: #96DFAC;
}
</style>
border-color css
<style>
span { border-color: #96DFAC; }
span { border-color: rgb(150,223,172); }
td.TdClassName
{
border-color: #96DFAC;
}
.TagClassName
{
border-color: #96DFAC;
}
</style>