Shades of Shadow Green #99CAC0
Tints of Shadow Green #99CAC0
RGB
CMYK
RGB Variations
Color information
#99CAC0 (or 0x99CAC0) is known color: Shadow Green. HEX triplet: 99, CA and C0. RGB value is (153,202,192). Sum of RGB (Red+Green+Blue) = 153+202+192=547 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.97% from 547); Green value is 202 (79.30% from 255 or 36.93% from 547); Blue value is 192 (75.39% from 255 or 35.10% from 547); Max value from RGB is 202 - color contains mainly: green. Hex color #99CAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CAC0 is #66353F. Grayscale: #BABABA. Windows color (decimal): -6698304 or 12634777. OLE color: 12634777.
HSL color Cylindrical-coordinate representation of color #99CAC0: hue angle of 167.76º 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 #99CAC0 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 202 | 192 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.21 |
| HSL | 167.76º | 0.32% | 0.7% | - |
| HSV(B) | 167.76º | 0.24% | 0.79% | - |
| XYZ | 43.77 | 52.82 | 57.76 | - |
| YUV | 186.21 | 131.27 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 202 | 192 | 0.24 | 0 | 0.05 | 0.21 | 167.76 | 0.32 | 0.7 |
| Hex | 99 | CA | C0 | 18 | 0 | 5 | 15 | A8 | 20 | 46 |
| Octal | 231 | 312 | 300 | 30 | 0 | 5 | 25 | 250 | 40 | 106 |
| Binary | 10011001 | 11001010 | 11000000 | 11000 | 0 | 101 | 10101 | 10101000 | 100000 | 1000110 |
Color Harmonies of #99CAC0
Complementary color
Monochromatic Colors of #99CAC0
Black with #99CAC0
Text Example
Text Example
White with #99CAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CAC0; }
p { color: rgb(153,202,192); }
H1.HeaderClassName
{
color: #99CAC0;
}
.AnyTagClassName
{
color: #99CAC0;
}
</style>
background-color css
<style>
a { background-color: #99CAC0; }
a { background-color: rgb(153,202,192); }
div.DivClassName
{
background-color: #99CAC0;
}
.BgClassName
{
background-color: #99CAC0;
}
</style>
border-color css
<style>
span { border-color: #99CAC0; }
span { border-color: rgb(153,202,192); }
td.TdClassName
{
border-color: #99CAC0;
}
.TagClassName
{
border-color: #99CAC0;
}
</style>