Shades of Chinook #99DAA1
Tints of Chinook #99DAA1
RGB
CMYK
RGB Variations
Color information
#99DAA1 (or 0x99DAA1) is known color: Chinook. HEX triplet: 99, DA and A1. RGB value is (153,218,161). Sum of RGB (Red+Green+Blue) = 153+218+161=532 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.76% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 161 (63.28% from 255 or 30.26% from 532); Max value from RGB is 218 - color contains mainly: green. Hex color #99DAA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DAA1 is #66255E. Grayscale: #C0C0C0. Windows color (decimal): -6694239 or 10607257. OLE color: 10607257.
HSL color Cylindrical-coordinate representation of color #99DAA1: hue angle of 127.38º 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 #99DAA1 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 218 | 161 | - |
| CMYK | 0.30 | 0 | 0.26 | 0.15 |
| HSL | 127.38º | 0.47% | 0.73% | - |
| HSV(B) | 127.38º | 0.3% | 0.85% | - |
| XYZ | 44.64 | 59.49 | 42.85 | - |
| YUV | 192.07 | 110.47 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 218 | 161 | 0.30 | 0 | 0.26 | 0.15 | 127.38 | 0.47 | 0.73 |
| Hex | 99 | DA | A1 | 1E | 0 | 1A | F | 7F | 2F | 49 |
| Octal | 231 | 332 | 241 | 36 | 0 | 32 | 17 | 177 | 57 | 111 |
| Binary | 10011001 | 11011010 | 10100001 | 11110 | 0 | 11010 | 1111 | 1111111 | 101111 | 1001001 |
Color Harmonies of #99DAA1
Complementary color
Monochromatic Colors of #99DAA1
Black with #99DAA1
Text Example
Text Example
White with #99DAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DAA1; }
p { color: rgb(153,218,161); }
H1.HeaderClassName
{
color: #99DAA1;
}
.AnyTagClassName
{
color: #99DAA1;
}
</style>
background-color css
<style>
a { background-color: #99DAA1; }
a { background-color: rgb(153,218,161); }
div.DivClassName
{
background-color: #99DAA1;
}
.BgClassName
{
background-color: #99DAA1;
}
</style>
border-color css
<style>
span { border-color: #99DAA1; }
span { border-color: rgb(153,218,161); }
td.TdClassName
{
border-color: #99DAA1;
}
.TagClassName
{
border-color: #99DAA1;
}
</style>