Shades of Chinook #99DCAC
Tints of Chinook #99DCAC
RGB
CMYK
RGB Variations
Color information
#99DCAC (or 0x99DCAC) is known color: Chinook. HEX triplet: 99, DC and AC. RGB value is (153,220,172). Sum of RGB (Red+Green+Blue) = 153+220+172=545 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.07% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #99DCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DCAC is #662353. Grayscale: #C2C2C2. Windows color (decimal): -6693716 or 11328665. OLE color: 11328665.
HSL color Cylindrical-coordinate representation of color #99DCAC: hue angle of 137.01º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99DCAC is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 220 | 172 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.14 |
| HSL | 137.01º | 0.49% | 0.73% | - |
| HSV(B) | 137.01º | 0.3% | 0.86% | - |
| XYZ | 46.18 | 60.94 | 48.36 | - |
| YUV | 194.5 | 115.3 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 220 | 172 | 0.30 | 0 | 0.22 | 0.14 | 137.01 | 0.49 | 0.73 |
| Hex | 99 | DC | AC | 1E | 0 | 16 | E | 89 | 31 | 49 |
| Octal | 231 | 334 | 254 | 36 | 0 | 26 | 16 | 211 | 61 | 111 |
| Binary | 10011001 | 11011100 | 10101100 | 11110 | 0 | 10110 | 1110 | 10001001 | 110001 | 1001001 |
Color Harmonies of #99DCAC
Complementary color
Monochromatic Colors of #99DCAC
Black with #99DCAC
Text Example
Text Example
White with #99DCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DCAC; }
p { color: rgb(153,220,172); }
H1.HeaderClassName
{
color: #99DCAC;
}
.AnyTagClassName
{
color: #99DCAC;
}
</style>
background-color css
<style>
a { background-color: #99DCAC; }
a { background-color: rgb(153,220,172); }
div.DivClassName
{
background-color: #99DCAC;
}
.BgClassName
{
background-color: #99DCAC;
}
</style>
border-color css
<style>
span { border-color: #99DCAC; }
span { border-color: rgb(153,220,172); }
td.TdClassName
{
border-color: #99DCAC;
}
.TagClassName
{
border-color: #99DCAC;
}
</style>