Shades of Shadow Green #99C5BA
Tints of Shadow Green #99C5BA
RGB
CMYK
RGB Variations
Color information
#99C5BA (or 0x99C5BA) is known color: Shadow Green. HEX triplet: 99, C5 and BA. RGB value is (153,197,186). Sum of RGB (Red+Green+Blue) = 153+197+186=536 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.54% from 536); Green value is 197 (77.34% from 255 or 36.75% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 197 - color contains mainly: green. Hex color #99C5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C5BA is #663A45. Grayscale: #B6B6B6. Windows color (decimal): -6699590 or 12240281. OLE color: 12240281.
HSL color Cylindrical-coordinate representation of color #99C5BA: hue angle of 165º 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 #99C5BA is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 197 | 186 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.23 |
| HSL | 165º | 0.28% | 0.69% | - |
| HSV(B) | 165º | 0.22% | 0.77% | - |
| XYZ | 41.97 | 50.25 | 53.94 | - |
| YUV | 182.59 | 129.92 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 197 | 186 | 0.22 | 0 | 0.06 | 0.23 | 165 | 0.28 | 0.69 |
| Hex | 99 | C5 | BA | 16 | 0 | 6 | 17 | A5 | 1C | 45 |
| Octal | 231 | 305 | 272 | 26 | 0 | 6 | 27 | 245 | 34 | 105 |
| Binary | 10011001 | 11000101 | 10111010 | 10110 | 0 | 110 | 10111 | 10100101 | 11100 | 1000101 |
Color Harmonies of #99C5BA
Complementary color
Monochromatic Colors of #99C5BA
Black with #99C5BA
Text Example
Text Example
White with #99C5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C5BA; }
p { color: rgb(153,197,186); }
H1.HeaderClassName
{
color: #99C5BA;
}
.AnyTagClassName
{
color: #99C5BA;
}
</style>
background-color css
<style>
a { background-color: #99C5BA; }
a { background-color: rgb(153,197,186); }
div.DivClassName
{
background-color: #99C5BA;
}
.BgClassName
{
background-color: #99C5BA;
}
</style>
border-color css
<style>
span { border-color: #99C5BA; }
span { border-color: rgb(153,197,186); }
td.TdClassName
{
border-color: #99C5BA;
}
.TagClassName
{
border-color: #99C5BA;
}
</style>