Shades of Chinook #99CAA6
Tints of Chinook #99CAA6
RGB
CMYK
RGB Variations
Color information
#99CAA6 (or 0x99CAA6) is known color: Chinook. HEX triplet: 99, CA and A6. RGB value is (153,202,166). Sum of RGB (Red+Green+Blue) = 153+202+166=521 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.37% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 166 (65.23% from 255 or 31.86% from 521); Max value from RGB is 202 - color contains mainly: green. Hex color #99CAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CAA6 is #663559. Grayscale: #B7B7B7. Windows color (decimal): -6698330 or 10930841. OLE color: 10930841.
HSL color Cylindrical-coordinate representation of color #99CAA6: hue angle of 135.92º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99CAA6 is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 202 | 166 | - |
| CMYK | 0.24 | 0 | 0.18 | 0.21 |
| HSL | 135.92º | 0.32% | 0.7% | - |
| HSV(B) | 135.92º | 0.24% | 0.79% | - |
| XYZ | 41.14 | 51.77 | 43.9 | - |
| YUV | 183.25 | 118.27 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 202 | 166 | 0.24 | 0 | 0.18 | 0.21 | 135.92 | 0.32 | 0.7 |
| Hex | 99 | CA | A6 | 18 | 0 | 12 | 15 | 88 | 20 | 46 |
| Octal | 231 | 312 | 246 | 30 | 0 | 22 | 25 | 210 | 40 | 106 |
| Binary | 10011001 | 11001010 | 10100110 | 11000 | 0 | 10010 | 10101 | 10001000 | 100000 | 1000110 |
Color Harmonies of #99CAA6
Complementary color
Monochromatic Colors of #99CAA6
Black with #99CAA6
Text Example
Text Example
White with #99CAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CAA6; }
p { color: rgb(153,202,166); }
H1.HeaderClassName
{
color: #99CAA6;
}
.AnyTagClassName
{
color: #99CAA6;
}
</style>
background-color css
<style>
a { background-color: #99CAA6; }
a { background-color: rgb(153,202,166); }
div.DivClassName
{
background-color: #99CAA6;
}
.BgClassName
{
background-color: #99CAA6;
}
</style>
border-color css
<style>
span { border-color: #99CAA6; }
span { border-color: rgb(153,202,166); }
td.TdClassName
{
border-color: #99CAA6;
}
.TagClassName
{
border-color: #99CAA6;
}
</style>