Shades of Shadow Green #99C6C0
Tints of Shadow Green #99C6C0
RGB
CMYK
RGB Variations
Color information
#99C6C0 (or 0x99C6C0) is known color: Shadow Green. HEX triplet: 99, C6 and C0. RGB value is (153,198,192). Sum of RGB (Red+Green+Blue) = 153+198+192=543 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.18% from 543); Green value is 198 (77.73% from 255 or 36.46% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 198 - color contains mainly: green. Hex color #99C6C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C6C0 is #66393F. Grayscale: #B7B7B7. Windows color (decimal): -6699328 or 12633753. OLE color: 12633753.
HSL color Cylindrical-coordinate representation of color #99C6C0: hue angle of 172º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #99C6C0 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 198 | 192 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.22 |
| HSL | 172º | 0.28% | 0.69% | - |
| HSV(B) | 172º | 0.23% | 0.78% | - |
| XYZ | 42.85 | 50.97 | 57.45 | - |
| YUV | 183.86 | 132.59 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 198 | 192 | 0.23 | 0 | 0.03 | 0.22 | 172 | 0.28 | 0.69 |
| Hex | 99 | C6 | C0 | 17 | 0 | 3 | 16 | AC | 1C | 45 |
| Octal | 231 | 306 | 300 | 27 | 0 | 3 | 26 | 254 | 34 | 105 |
| Binary | 10011001 | 11000110 | 11000000 | 10111 | 0 | 11 | 10110 | 10101100 | 11100 | 1000101 |
Color Harmonies of #99C6C0
Complementary color
Monochromatic Colors of #99C6C0
Black with #99C6C0
Text Example
Text Example
White with #99C6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C6C0; }
p { color: rgb(153,198,192); }
H1.HeaderClassName
{
color: #99C6C0;
}
.AnyTagClassName
{
color: #99C6C0;
}
</style>
background-color css
<style>
a { background-color: #99C6C0; }
a { background-color: rgb(153,198,192); }
div.DivClassName
{
background-color: #99C6C0;
}
.BgClassName
{
background-color: #99C6C0;
}
</style>
border-color css
<style>
span { border-color: #99C6C0; }
span { border-color: rgb(153,198,192); }
td.TdClassName
{
border-color: #99C6C0;
}
.TagClassName
{
border-color: #99C6C0;
}
</style>