Shades of Shadow Green #99C5C2
Tints of Shadow Green #99C5C2
RGB
CMYK
RGB Variations
Color information
#99C5C2 (or 0x99C5C2) is known color: Shadow Green. HEX triplet: 99, C5 and C2. RGB value is (153,197,194). Sum of RGB (Red+Green+Blue) = 153+197+194=544 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.12% from 544); Green value is 197 (77.34% from 255 or 36.21% from 544); Blue value is 194 (76.17% from 255 or 35.66% from 544); Max value from RGB is 197 - color contains mainly: green. Hex color #99C5C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C5C2 is #663A3D. Grayscale: #B7B7B7. Windows color (decimal): -6699582 or 12764569. OLE color: 12764569.
HSL color Cylindrical-coordinate representation of color #99C5C2: hue angle of 175.91º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #99C5C2 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 197 | 194 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.23 |
| HSL | 175.91º | 0.28% | 0.69% | - |
| HSV(B) | 175.91º | 0.22% | 0.77% | - |
| XYZ | 42.84 | 50.6 | 58.55 | - |
| YUV | 183.5 | 133.92 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 197 | 194 | 0.22 | 0 | 0.02 | 0.23 | 175.91 | 0.28 | 0.69 |
| Hex | 99 | C5 | C2 | 16 | 0 | 2 | 17 | B0 | 1C | 45 |
| Octal | 231 | 305 | 302 | 26 | 0 | 2 | 27 | 260 | 34 | 105 |
| Binary | 10011001 | 11000101 | 11000010 | 10110 | 0 | 10 | 10111 | 10110000 | 11100 | 1000101 |
Color Harmonies of #99C5C2
Complementary color
Monochromatic Colors of #99C5C2
Black with #99C5C2
Text Example
Text Example
White with #99C5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C5C2; }
p { color: rgb(153,197,194); }
H1.HeaderClassName
{
color: #99C5C2;
}
.AnyTagClassName
{
color: #99C5C2;
}
</style>
background-color css
<style>
a { background-color: #99C5C2; }
a { background-color: rgb(153,197,194); }
div.DivClassName
{
background-color: #99C5C2;
}
.BgClassName
{
background-color: #99C5C2;
}
</style>
border-color css
<style>
span { border-color: #99C5C2; }
span { border-color: rgb(153,197,194); }
td.TdClassName
{
border-color: #99C5C2;
}
.TagClassName
{
border-color: #99C5C2;
}
</style>