Shades of Chinook #99DBAB
Tints of Chinook #99DBAB
RGB
CMYK
RGB Variations
Color information
#99DBAB (or 0x99DBAB) is known color: Chinook. HEX triplet: 99, DB and AB. RGB value is (153,219,171). Sum of RGB (Red+Green+Blue) = 153+219+171=543 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.18% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 219 - color contains mainly: green. Hex color #99DBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DBAB is #662454. Grayscale: #C1C1C1. Windows color (decimal): -6693973 or 11262873. OLE color: 11262873.
HSL color Cylindrical-coordinate representation of color #99DBAB: hue angle of 136.36º 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 #99DBAB is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 219 | 171 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.14 |
| HSL | 136.36º | 0.48% | 0.73% | - |
| HSV(B) | 136.36º | 0.3% | 0.86% | - |
| XYZ | 45.82 | 60.38 | 47.77 | - |
| YUV | 193.79 | 115.13 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 219 | 171 | 0.30 | 0 | 0.22 | 0.14 | 136.36 | 0.48 | 0.73 |
| Hex | 99 | DB | AB | 1E | 0 | 16 | E | 88 | 30 | 49 |
| Octal | 231 | 333 | 253 | 36 | 0 | 26 | 16 | 210 | 60 | 111 |
| Binary | 10011001 | 11011011 | 10101011 | 11110 | 0 | 10110 | 1110 | 10001000 | 110000 | 1001001 |
Color Harmonies of #99DBAB
Complementary color
Monochromatic Colors of #99DBAB
Black with #99DBAB
Text Example
Text Example
White with #99DBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DBAB; }
p { color: rgb(153,219,171); }
H1.HeaderClassName
{
color: #99DBAB;
}
.AnyTagClassName
{
color: #99DBAB;
}
</style>
background-color css
<style>
a { background-color: #99DBAB; }
a { background-color: rgb(153,219,171); }
div.DivClassName
{
background-color: #99DBAB;
}
.BgClassName
{
background-color: #99DBAB;
}
</style>
border-color css
<style>
span { border-color: #99DBAB; }
span { border-color: rgb(153,219,171); }
td.TdClassName
{
border-color: #99DBAB;
}
.TagClassName
{
border-color: #99DBAB;
}
</style>