Shades of Chinook #99DEAA
Tints of Chinook #99DEAA
RGB
CMYK
RGB Variations
Color information
#99DEAA (or 0x99DEAA) is known color: Chinook. HEX triplet: 99, DE and AA. RGB value is (153,222,170). Sum of RGB (Red+Green+Blue) = 153+222+170=545 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.07% from 545); Green value is 222 (87.11% from 255 or 40.73% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 222 - color contains mainly: green. Hex color #99DEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DEAA is #662155. Grayscale: #C3C3C3. Windows color (decimal): -6693206 or 11198105. OLE color: 11198105.
HSL color Cylindrical-coordinate representation of color #99DEAA: hue angle of 134.78º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99DEAA is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 222 | 170 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.13 |
| HSL | 134.78º | 0.51% | 0.74% | - |
| HSV(B) | 134.78º | 0.31% | 0.87% | - |
| XYZ | 46.51 | 61.92 | 47.53 | - |
| YUV | 195.44 | 113.64 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 222 | 170 | 0.31 | 0 | 0.23 | 0.13 | 134.78 | 0.51 | 0.74 |
| Hex | 99 | DE | AA | 1F | 0 | 17 | D | 87 | 33 | 4A |
| Octal | 231 | 336 | 252 | 37 | 0 | 27 | 15 | 207 | 63 | 112 |
| Binary | 10011001 | 11011110 | 10101010 | 11111 | 0 | 10111 | 1101 | 10000111 | 110011 | 1001010 |
Color Harmonies of #99DEAA
Complementary color
Monochromatic Colors of #99DEAA
Black with #99DEAA
Text Example
Text Example
White with #99DEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DEAA; }
p { color: rgb(153,222,170); }
H1.HeaderClassName
{
color: #99DEAA;
}
.AnyTagClassName
{
color: #99DEAA;
}
</style>
background-color css
<style>
a { background-color: #99DEAA; }
a { background-color: rgb(153,222,170); }
div.DivClassName
{
background-color: #99DEAA;
}
.BgClassName
{
background-color: #99DEAA;
}
</style>
border-color css
<style>
span { border-color: #99DEAA; }
span { border-color: rgb(153,222,170); }
td.TdClassName
{
border-color: #99DEAA;
}
.TagClassName
{
border-color: #99DEAA;
}
</style>