Shades of Shadow Green #99C3BD
Tints of Shadow Green #99C3BD
RGB
CMYK
RGB Variations
Color information
#99C3BD (or 0x99C3BD) is known color: Shadow Green. HEX triplet: 99, C3 and BD. RGB value is (153,195,189). Sum of RGB (Red+Green+Blue) = 153+195+189=537 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.49% from 537); Green value is 195 (76.56% from 255 or 36.31% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 195 - color contains mainly: green. Hex color #99C3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C3BD is #663C42. Grayscale: #B5B5B5. Windows color (decimal): -6700099 or 12436377. OLE color: 12436377.
HSL color Cylindrical-coordinate representation of color #99C3BD: hue angle of 171.43º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #99C3BD is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 195 | 189 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.24 |
| HSL | 171.43º | 0.26% | 0.68% | - |
| HSV(B) | 171.43º | 0.22% | 0.76% | - |
| XYZ | 41.84 | 49.48 | 55.49 | - |
| YUV | 181.76 | 132.09 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 195 | 189 | 0.22 | 0 | 0.03 | 0.24 | 171.43 | 0.26 | 0.68 |
| Hex | 99 | C3 | BD | 16 | 0 | 3 | 18 | AB | 1A | 44 |
| Octal | 231 | 303 | 275 | 26 | 0 | 3 | 30 | 253 | 32 | 104 |
| Binary | 10011001 | 11000011 | 10111101 | 10110 | 0 | 11 | 11000 | 10101011 | 11010 | 1000100 |
Color Harmonies of #99C3BD
Complementary color
Monochromatic Colors of #99C3BD
Black with #99C3BD
Text Example
Text Example
White with #99C3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C3BD; }
p { color: rgb(153,195,189); }
H1.HeaderClassName
{
color: #99C3BD;
}
.AnyTagClassName
{
color: #99C3BD;
}
</style>
background-color css
<style>
a { background-color: #99C3BD; }
a { background-color: rgb(153,195,189); }
div.DivClassName
{
background-color: #99C3BD;
}
.BgClassName
{
background-color: #99C3BD;
}
</style>
border-color css
<style>
span { border-color: #99C3BD; }
span { border-color: rgb(153,195,189); }
td.TdClassName
{
border-color: #99C3BD;
}
.TagClassName
{
border-color: #99C3BD;
}
</style>