Shades of Shadow Green #99C7C1
Tints of Shadow Green #99C7C1
RGB
CMYK
RGB Variations
Color information
#99C7C1 (or 0x99C7C1) is known color: Shadow Green. HEX triplet: 99, C7 and C1. RGB value is (153,199,193). Sum of RGB (Red+Green+Blue) = 153+199+193=545 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.07% from 545); Green value is 199 (78.12% from 255 or 36.51% from 545); Blue value is 193 (75.78% from 255 or 35.41% from 545); Max value from RGB is 199 - color contains mainly: green. Hex color #99C7C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C7C1 is #66383E. Grayscale: #B8B8B8. Windows color (decimal): -6699071 or 12699545. OLE color: 12699545.
HSL color Cylindrical-coordinate representation of color #99C7C1: hue angle of 172.17º degrees, saturation: 0.29, 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 #99C7C1 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 199 | 193 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.22 |
| HSL | 172.17º | 0.29% | 0.69% | - |
| HSV(B) | 172.17º | 0.23% | 0.78% | - |
| XYZ | 43.19 | 51.47 | 58.11 | - |
| YUV | 184.56 | 132.76 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 199 | 193 | 0.23 | 0 | 0.03 | 0.22 | 172.17 | 0.29 | 0.69 |
| Hex | 99 | C7 | C1 | 17 | 0 | 3 | 16 | AC | 1D | 45 |
| Octal | 231 | 307 | 301 | 27 | 0 | 3 | 26 | 254 | 35 | 105 |
| Binary | 10011001 | 11000111 | 11000001 | 10111 | 0 | 11 | 10110 | 10101100 | 11101 | 1000101 |
Color Harmonies of #99C7C1
Complementary color
Monochromatic Colors of #99C7C1
Black with #99C7C1
Text Example
Text Example
White with #99C7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C7C1; }
p { color: rgb(153,199,193); }
H1.HeaderClassName
{
color: #99C7C1;
}
.AnyTagClassName
{
color: #99C7C1;
}
</style>
background-color css
<style>
a { background-color: #99C7C1; }
a { background-color: rgb(153,199,193); }
div.DivClassName
{
background-color: #99C7C1;
}
.BgClassName
{
background-color: #99C7C1;
}
</style>
border-color css
<style>
span { border-color: #99C7C1; }
span { border-color: rgb(153,199,193); }
td.TdClassName
{
border-color: #99C7C1;
}
.TagClassName
{
border-color: #99C7C1;
}
</style>