Shades of Chinook #99CEAA
Tints of Chinook #99CEAA
RGB
CMYK
RGB Variations
Color information
#99CEAA (or 0x99CEAA) is known color: Chinook. HEX triplet: 99, CE and AA. RGB value is (153,206,170). Sum of RGB (Red+Green+Blue) = 153+206+170=529 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.92% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 170 (66.80% from 255 or 32.14% from 529); Max value from RGB is 206 - color contains mainly: green. Hex color #99CEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CEAA is #663155. Grayscale: #BABABA. Windows color (decimal): -6697302 or 11194009. OLE color: 11194009.
HSL color Cylindrical-coordinate representation of color #99CEAA: hue angle of 139.25º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99CEAA is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 206 | 170 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.19 |
| HSL | 139.25º | 0.35% | 0.7% | - |
| HSV(B) | 139.25º | 0.26% | 0.81% | - |
| XYZ | 42.46 | 53.82 | 46.18 | - |
| YUV | 186.05 | 118.94 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 206 | 170 | 0.26 | 0 | 0.17 | 0.19 | 139.25 | 0.35 | 0.7 |
| Hex | 99 | CE | AA | 1A | 0 | 11 | 13 | 8B | 23 | 46 |
| Octal | 231 | 316 | 252 | 32 | 0 | 21 | 23 | 213 | 43 | 106 |
| Binary | 10011001 | 11001110 | 10101010 | 11010 | 0 | 10001 | 10011 | 10001011 | 100011 | 1000110 |
Color Harmonies of #99CEAA
Complementary color
Monochromatic Colors of #99CEAA
Black with #99CEAA
Text Example
Text Example
White with #99CEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CEAA; }
p { color: rgb(153,206,170); }
H1.HeaderClassName
{
color: #99CEAA;
}
.AnyTagClassName
{
color: #99CEAA;
}
</style>
background-color css
<style>
a { background-color: #99CEAA; }
a { background-color: rgb(153,206,170); }
div.DivClassName
{
background-color: #99CEAA;
}
.BgClassName
{
background-color: #99CEAA;
}
</style>
border-color css
<style>
span { border-color: #99CEAA; }
span { border-color: rgb(153,206,170); }
td.TdClassName
{
border-color: #99CEAA;
}
.TagClassName
{
border-color: #99CEAA;
}
</style>