Shades of Shadow Green #99C5BC
Tints of Shadow Green #99C5BC
RGB
CMYK
RGB Variations
Color information
#99C5BC (or 0x99C5BC) is known color: Shadow Green. HEX triplet: 99, C5 and BC. RGB value is (153,197,188). Sum of RGB (Red+Green+Blue) = 153+197+188=538 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.44% from 538); Green value is 197 (77.34% from 255 or 36.62% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 197 - color contains mainly: green. Hex color #99C5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C5BC is #663A43. Grayscale: #B6B6B6. Windows color (decimal): -6699588 or 12371353. OLE color: 12371353.
HSL color Cylindrical-coordinate representation of color #99C5BC: hue angle of 167.73º 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 #99C5BC is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 197 | 188 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.23 |
| HSL | 167.73º | 0.28% | 0.69% | - |
| HSV(B) | 167.73º | 0.22% | 0.77% | - |
| XYZ | 42.18 | 50.34 | 55.07 | - |
| YUV | 182.82 | 130.92 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 197 | 188 | 0.22 | 0 | 0.05 | 0.23 | 167.73 | 0.28 | 0.69 |
| Hex | 99 | C5 | BC | 16 | 0 | 5 | 17 | A8 | 1C | 45 |
| Octal | 231 | 305 | 274 | 26 | 0 | 5 | 27 | 250 | 34 | 105 |
| Binary | 10011001 | 11000101 | 10111100 | 10110 | 0 | 101 | 10111 | 10101000 | 11100 | 1000101 |
Color Harmonies of #99C5BC
Complementary color
Monochromatic Colors of #99C5BC
Black with #99C5BC
Text Example
Text Example
White with #99C5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C5BC; }
p { color: rgb(153,197,188); }
H1.HeaderClassName
{
color: #99C5BC;
}
.AnyTagClassName
{
color: #99C5BC;
}
</style>
background-color css
<style>
a { background-color: #99C5BC; }
a { background-color: rgb(153,197,188); }
div.DivClassName
{
background-color: #99C5BC;
}
.BgClassName
{
background-color: #99C5BC;
}
</style>
border-color css
<style>
span { border-color: #99C5BC; }
span { border-color: rgb(153,197,188); }
td.TdClassName
{
border-color: #99C5BC;
}
.TagClassName
{
border-color: #99C5BC;
}
</style>