Shades of Chinook #99DB9F
Tints of Chinook #99DB9F
RGB
CMYK
RGB Variations
Color information
#99DB9F (or 0x99DB9F) is known color: Chinook. HEX triplet: 99, DB and 9F. RGB value is (153,219,159). Sum of RGB (Red+Green+Blue) = 153+219+159=531 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.81% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 159 (62.5% from 255 or 29.94% from 531); Max value from RGB is 219 - color contains mainly: green. Hex color #99DB9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DB9F is #662460. Grayscale: #C0C0C0. Windows color (decimal): -6693985 or 10476441. OLE color: 10476441.
HSL color Cylindrical-coordinate representation of color #99DB9F: hue angle of 125.45º 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 #99DB9F is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 219 | 159 | - |
| CMYK | 0.30 | 0 | 0.27 | 0.14 |
| HSL | 125.45º | 0.48% | 0.73% | - |
| HSV(B) | 125.45º | 0.3% | 0.86% | - |
| XYZ | 44.73 | 59.94 | 42.01 | - |
| YUV | 192.43 | 109.13 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 219 | 159 | 0.30 | 0 | 0.27 | 0.14 | 125.45 | 0.48 | 0.73 |
| Hex | 99 | DB | 9F | 1E | 0 | 1B | E | 7D | 30 | 49 |
| Octal | 231 | 333 | 237 | 36 | 0 | 33 | 16 | 175 | 60 | 111 |
| Binary | 10011001 | 11011011 | 10011111 | 11110 | 0 | 11011 | 1110 | 1111101 | 110000 | 1001001 |
Color Harmonies of #99DB9F
Complementary color
Monochromatic Colors of #99DB9F
Black with #99DB9F
Text Example
Text Example
White with #99DB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DB9F; }
p { color: rgb(153,219,159); }
H1.HeaderClassName
{
color: #99DB9F;
}
.AnyTagClassName
{
color: #99DB9F;
}
</style>
background-color css
<style>
a { background-color: #99DB9F; }
a { background-color: rgb(153,219,159); }
div.DivClassName
{
background-color: #99DB9F;
}
.BgClassName
{
background-color: #99DB9F;
}
</style>
border-color css
<style>
span { border-color: #99DB9F; }
span { border-color: rgb(153,219,159); }
td.TdClassName
{
border-color: #99DB9F;
}
.TagClassName
{
border-color: #99DB9F;
}
</style>