Shades of Chinook #99DBAC
Tints of Chinook #99DBAC
RGB
CMYK
RGB Variations
Color information
#99DBAC (or 0x99DBAC) is known color: Chinook. HEX triplet: 99, DB and AC. RGB value is (153,219,172). Sum of RGB (Red+Green+Blue) = 153+219+172=544 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.12% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 172 (67.58% from 255 or 31.62% from 544); Max value from RGB is 219 - color contains mainly: green. Hex color #99DBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DBAC is #662453. Grayscale: #C2C2C2. Windows color (decimal): -6693972 or 11328409. OLE color: 11328409.
HSL color Cylindrical-coordinate representation of color #99DBAC: hue angle of 137.27º degrees, saturation: 0.48, 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 #99DBAC is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 219 | 172 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.14 |
| HSL | 137.27º | 0.48% | 0.73% | - |
| HSV(B) | 137.27º | 0.3% | 0.86% | - |
| XYZ | 45.91 | 60.41 | 48.27 | - |
| YUV | 193.91 | 115.63 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 219 | 172 | 0.30 | 0 | 0.21 | 0.14 | 137.27 | 0.48 | 0.73 |
| Hex | 99 | DB | AC | 1E | 0 | 15 | E | 89 | 30 | 49 |
| Octal | 231 | 333 | 254 | 36 | 0 | 25 | 16 | 211 | 60 | 111 |
| Binary | 10011001 | 11011011 | 10101100 | 11110 | 0 | 10101 | 1110 | 10001001 | 110000 | 1001001 |
Color Harmonies of #99DBAC
Complementary color
Monochromatic Colors of #99DBAC
Black with #99DBAC
Text Example
Text Example
White with #99DBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DBAC; }
p { color: rgb(153,219,172); }
H1.HeaderClassName
{
color: #99DBAC;
}
.AnyTagClassName
{
color: #99DBAC;
}
</style>
background-color css
<style>
a { background-color: #99DBAC; }
a { background-color: rgb(153,219,172); }
div.DivClassName
{
background-color: #99DBAC;
}
.BgClassName
{
background-color: #99DBAC;
}
</style>
border-color css
<style>
span { border-color: #99DBAC; }
span { border-color: rgb(153,219,172); }
td.TdClassName
{
border-color: #99DBAC;
}
.TagClassName
{
border-color: #99DBAC;
}
</style>