Shades of Chinook #99DFAC
Tints of Chinook #99DFAC
RGB
CMYK
RGB Variations
Color information
#99DFAC (or 0x99DFAC) is known color: Chinook. HEX triplet: 99, DF and AC. RGB value is (153,223,172). Sum of RGB (Red+Green+Blue) = 153+223+172=548 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.92% from 548); Green value is 223 (87.5% from 255 or 40.69% from 548); Blue value is 172 (67.58% from 255 or 31.39% from 548); Max value from RGB is 223 - color contains mainly: green. Hex color #99DFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DFAC is #662053. Grayscale: #C4C4C4. Windows color (decimal): -6692948 or 11329433. OLE color: 11329433.
HSL color Cylindrical-coordinate representation of color #99DFAC: hue angle of 136.29º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99DFAC is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 223 | 172 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.13 |
| HSL | 136.29º | 0.52% | 0.74% | - |
| HSV(B) | 136.29º | 0.31% | 0.87% | - |
| XYZ | 46.97 | 62.53 | 48.62 | - |
| YUV | 196.26 | 114.31 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 223 | 172 | 0.31 | 0 | 0.23 | 0.13 | 136.29 | 0.52 | 0.74 |
| Hex | 99 | DF | AC | 1F | 0 | 17 | D | 88 | 34 | 4A |
| Octal | 231 | 337 | 254 | 37 | 0 | 27 | 15 | 210 | 64 | 112 |
| Binary | 10011001 | 11011111 | 10101100 | 11111 | 0 | 10111 | 1101 | 10001000 | 110100 | 1001010 |
Color Harmonies of #99DFAC
Complementary color
Monochromatic Colors of #99DFAC
Black with #99DFAC
Text Example
Text Example
White with #99DFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DFAC; }
p { color: rgb(153,223,172); }
H1.HeaderClassName
{
color: #99DFAC;
}
.AnyTagClassName
{
color: #99DFAC;
}
</style>
background-color css
<style>
a { background-color: #99DFAC; }
a { background-color: rgb(153,223,172); }
div.DivClassName
{
background-color: #99DFAC;
}
.BgClassName
{
background-color: #99DFAC;
}
</style>
border-color css
<style>
span { border-color: #99DFAC; }
span { border-color: rgb(153,223,172); }
td.TdClassName
{
border-color: #99DFAC;
}
.TagClassName
{
border-color: #99DFAC;
}
</style>