Shades of Chinook #99DAA7
Tints of Chinook #99DAA7
RGB
CMYK
RGB Variations
Color information
#99DAA7 (or 0x99DAA7) is known color: Chinook. HEX triplet: 99, DA and A7. RGB value is (153,218,167). Sum of RGB (Red+Green+Blue) = 153+218+167=538 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.44% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 167 (65.62% from 255 or 31.04% from 538); Max value from RGB is 218 - color contains mainly: green. Hex color #99DAA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DAA7 is #662558. Grayscale: #C0C0C0. Windows color (decimal): -6694233 or 11000473. OLE color: 11000473.
HSL color Cylindrical-coordinate representation of color #99DAA7: hue angle of 132.92º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99DAA7 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 218 | 167 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.15 |
| HSL | 132.92º | 0.47% | 0.73% | - |
| HSV(B) | 132.92º | 0.3% | 0.85% | - |
| XYZ | 45.18 | 59.71 | 45.7 | - |
| YUV | 192.75 | 113.47 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 218 | 167 | 0.30 | 0 | 0.23 | 0.15 | 132.92 | 0.47 | 0.73 |
| Hex | 99 | DA | A7 | 1E | 0 | 17 | F | 85 | 2F | 49 |
| Octal | 231 | 332 | 247 | 36 | 0 | 27 | 17 | 205 | 57 | 111 |
| Binary | 10011001 | 11011010 | 10100111 | 11110 | 0 | 10111 | 1111 | 10000101 | 101111 | 1001001 |
Color Harmonies of #99DAA7
Complementary color
Monochromatic Colors of #99DAA7
Black with #99DAA7
Text Example
Text Example
White with #99DAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DAA7; }
p { color: rgb(153,218,167); }
H1.HeaderClassName
{
color: #99DAA7;
}
.AnyTagClassName
{
color: #99DAA7;
}
</style>
background-color css
<style>
a { background-color: #99DAA7; }
a { background-color: rgb(153,218,167); }
div.DivClassName
{
background-color: #99DAA7;
}
.BgClassName
{
background-color: #99DAA7;
}
</style>
border-color css
<style>
span { border-color: #99DAA7; }
span { border-color: rgb(153,218,167); }
td.TdClassName
{
border-color: #99DAA7;
}
.TagClassName
{
border-color: #99DAA7;
}
</style>