Shades of Chinook #99DBA8
Tints of Chinook #99DBA8
RGB
CMYK
RGB Variations
Color information
#99DBA8 (or 0x99DBA8) is known color: Chinook. HEX triplet: 99, DB and A8. RGB value is (153,219,168). Sum of RGB (Red+Green+Blue) = 153+219+168=540 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.33% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 168 (66.02% from 255 or 31.11% from 540); Max value from RGB is 219 - color contains mainly: green. Hex color #99DBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DBA8 is #662457. Grayscale: #C1C1C1. Windows color (decimal): -6693976 or 11066265. OLE color: 11066265.
HSL color Cylindrical-coordinate representation of color #99DBA8: hue angle of 133.64º 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 #99DBA8 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 219 | 168 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.14 |
| HSL | 133.64º | 0.48% | 0.73% | - |
| HSV(B) | 133.64º | 0.3% | 0.86% | - |
| XYZ | 45.54 | 60.26 | 46.28 | - |
| YUV | 193.45 | 113.63 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 219 | 168 | 0.30 | 0 | 0.23 | 0.14 | 133.64 | 0.48 | 0.73 |
| Hex | 99 | DB | A8 | 1E | 0 | 17 | E | 86 | 30 | 49 |
| Octal | 231 | 333 | 250 | 36 | 0 | 27 | 16 | 206 | 60 | 111 |
| Binary | 10011001 | 11011011 | 10101000 | 11110 | 0 | 10111 | 1110 | 10000110 | 110000 | 1001001 |
Color Harmonies of #99DBA8
Complementary color
Monochromatic Colors of #99DBA8
Black with #99DBA8
Text Example
Text Example
White with #99DBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DBA8; }
p { color: rgb(153,219,168); }
H1.HeaderClassName
{
color: #99DBA8;
}
.AnyTagClassName
{
color: #99DBA8;
}
</style>
background-color css
<style>
a { background-color: #99DBA8; }
a { background-color: rgb(153,219,168); }
div.DivClassName
{
background-color: #99DBA8;
}
.BgClassName
{
background-color: #99DBA8;
}
</style>
border-color css
<style>
span { border-color: #99DBA8; }
span { border-color: rgb(153,219,168); }
td.TdClassName
{
border-color: #99DBA8;
}
.TagClassName
{
border-color: #99DBA8;
}
</style>