Shades of Shadow Green #99C5BD
Tints of Shadow Green #99C5BD
RGB
CMYK
RGB Variations
Color information
#99C5BD (or 0x99C5BD) is known color: Shadow Green. HEX triplet: 99, C5 and BD. RGB value is (153,197,189). Sum of RGB (Red+Green+Blue) = 153+197+189=539 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.39% from 539); Green value is 197 (77.34% from 255 or 36.55% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 197 - color contains mainly: green. Hex color #99C5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C5BD is #663A42. Grayscale: #B6B6B6. Windows color (decimal): -6699587 or 12436889. OLE color: 12436889.
HSL color Cylindrical-coordinate representation of color #99C5BD: hue angle of 169.09º 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 #99C5BD is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 197 | 189 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.23 |
| HSL | 169.09º | 0.28% | 0.69% | - |
| HSV(B) | 169.09º | 0.22% | 0.77% | - |
| XYZ | 42.29 | 50.38 | 55.64 | - |
| YUV | 182.93 | 131.42 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 197 | 189 | 0.22 | 0 | 0.04 | 0.23 | 169.09 | 0.28 | 0.69 |
| Hex | 99 | C5 | BD | 16 | 0 | 4 | 17 | A9 | 1C | 45 |
| Octal | 231 | 305 | 275 | 26 | 0 | 4 | 27 | 251 | 34 | 105 |
| Binary | 10011001 | 11000101 | 10111101 | 10110 | 0 | 100 | 10111 | 10101001 | 11100 | 1000101 |
Color Harmonies of #99C5BD
Complementary color
Monochromatic Colors of #99C5BD
Black with #99C5BD
Text Example
Text Example
White with #99C5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C5BD; }
p { color: rgb(153,197,189); }
H1.HeaderClassName
{
color: #99C5BD;
}
.AnyTagClassName
{
color: #99C5BD;
}
</style>
background-color css
<style>
a { background-color: #99C5BD; }
a { background-color: rgb(153,197,189); }
div.DivClassName
{
background-color: #99C5BD;
}
.BgClassName
{
background-color: #99C5BD;
}
</style>
border-color css
<style>
span { border-color: #99C5BD; }
span { border-color: rgb(153,197,189); }
td.TdClassName
{
border-color: #99C5BD;
}
.TagClassName
{
border-color: #99C5BD;
}
</style>