Shades of Chinook #99D9A8
Tints of Chinook #99D9A8
RGB
CMYK
RGB Variations
Color information
#99D9A8 (or 0x99D9A8) is known color: Chinook. HEX triplet: 99, D9 and A8. RGB value is (153,217,168). Sum of RGB (Red+Green+Blue) = 153+217+168=538 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.44% from 538); Green value is 217 (85.16% from 255 or 40.33% from 538); Blue value is 168 (66.02% from 255 or 31.23% from 538); Max value from RGB is 217 - color contains mainly: green. Hex color #99D9A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D9A8 is #662657. Grayscale: #C0C0C0. Windows color (decimal): -6694488 or 11065753. OLE color: 11065753.
HSL color Cylindrical-coordinate representation of color #99D9A8: hue angle of 134.06º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99D9A8 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 217 | 168 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.15 |
| HSL | 134.06º | 0.46% | 0.73% | - |
| HSV(B) | 134.06º | 0.29% | 0.85% | - |
| XYZ | 45.02 | 59.23 | 46.1 | - |
| YUV | 192.28 | 114.3 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 217 | 168 | 0.29 | 0 | 0.23 | 0.15 | 134.06 | 0.46 | 0.73 |
| Hex | 99 | D9 | A8 | 1D | 0 | 17 | F | 86 | 2E | 49 |
| Octal | 231 | 331 | 250 | 35 | 0 | 27 | 17 | 206 | 56 | 111 |
| Binary | 10011001 | 11011001 | 10101000 | 11101 | 0 | 10111 | 1111 | 10000110 | 101110 | 1001001 |
Color Harmonies of #99D9A8
Complementary color
Monochromatic Colors of #99D9A8
Black with #99D9A8
Text Example
Text Example
White with #99D9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D9A8; }
p { color: rgb(153,217,168); }
H1.HeaderClassName
{
color: #99D9A8;
}
.AnyTagClassName
{
color: #99D9A8;
}
</style>
background-color css
<style>
a { background-color: #99D9A8; }
a { background-color: rgb(153,217,168); }
div.DivClassName
{
background-color: #99D9A8;
}
.BgClassName
{
background-color: #99D9A8;
}
</style>
border-color css
<style>
span { border-color: #99D9A8; }
span { border-color: rgb(153,217,168); }
td.TdClassName
{
border-color: #99D9A8;
}
.TagClassName
{
border-color: #99D9A8;
}
</style>