Shades of Chinook #99D6A6
Tints of Chinook #99D6A6
RGB
CMYK
RGB Variations
Color information
#99D6A6 (or 0x99D6A6) is known color: Chinook. HEX triplet: 99, D6 and A6. RGB value is (153,214,166). Sum of RGB (Red+Green+Blue) = 153+214+166=533 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.71% from 533); Green value is 214 (83.98% from 255 or 40.15% from 533); Blue value is 166 (65.23% from 255 or 31.14% from 533); Max value from RGB is 214 - color contains mainly: green. Hex color #99D6A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D6A6 is #662959. Grayscale: #BEBEBE. Windows color (decimal): -6695258 or 10933913. OLE color: 10933913.
HSL color Cylindrical-coordinate representation of color #99D6A6: hue angle of 132.79º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99D6A6 is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 214 | 166 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.16 |
| HSL | 132.79º | 0.43% | 0.72% | - |
| HSV(B) | 132.79º | 0.29% | 0.84% | - |
| XYZ | 44.07 | 57.62 | 44.88 | - |
| YUV | 190.29 | 114.29 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 214 | 166 | 0.29 | 0 | 0.22 | 0.16 | 132.79 | 0.43 | 0.72 |
| Hex | 99 | D6 | A6 | 1D | 0 | 16 | 10 | 85 | 2B | 48 |
| Octal | 231 | 326 | 246 | 35 | 0 | 26 | 20 | 205 | 53 | 110 |
| Binary | 10011001 | 11010110 | 10100110 | 11101 | 0 | 10110 | 10000 | 10000101 | 101011 | 1001000 |
Color Harmonies of #99D6A6
Complementary color
Monochromatic Colors of #99D6A6
Black with #99D6A6
Text Example
Text Example
White with #99D6A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D6A6; }
p { color: rgb(153,214,166); }
H1.HeaderClassName
{
color: #99D6A6;
}
.AnyTagClassName
{
color: #99D6A6;
}
</style>
background-color css
<style>
a { background-color: #99D6A6; }
a { background-color: rgb(153,214,166); }
div.DivClassName
{
background-color: #99D6A6;
}
.BgClassName
{
background-color: #99D6A6;
}
</style>
border-color css
<style>
span { border-color: #99D6A6; }
span { border-color: rgb(153,214,166); }
td.TdClassName
{
border-color: #99D6A6;
}
.TagClassName
{
border-color: #99D6A6;
}
</style>