Shades of Shadow Green #99C2BD
Tints of Shadow Green #99C2BD
RGB
CMYK
RGB Variations
Color information
#99C2BD (or 0x99C2BD) is known color: Shadow Green. HEX triplet: 99, C2 and BD. RGB value is (153,194,189). Sum of RGB (Red+Green+Blue) = 153+194+189=536 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.54% from 536); Green value is 194 (76.17% from 255 or 36.19% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 194 - color contains mainly: green. Hex color #99C2BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C2BD is #663D42. Grayscale: #B5B5B5. Windows color (decimal): -6700355 or 12436121. OLE color: 12436121.
HSL color Cylindrical-coordinate representation of color #99C2BD: hue angle of 172.68º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #99C2BD is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 194 | 189 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.24 |
| HSL | 172.68º | 0.25% | 0.68% | - |
| HSV(B) | 172.68º | 0.21% | 0.76% | - |
| XYZ | 41.61 | 49.03 | 55.41 | - |
| YUV | 181.17 | 132.42 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 194 | 189 | 0.21 | 0 | 0.03 | 0.24 | 172.68 | 0.25 | 0.68 |
| Hex | 99 | C2 | BD | 15 | 0 | 3 | 18 | AD | 19 | 44 |
| Octal | 231 | 302 | 275 | 25 | 0 | 3 | 30 | 255 | 31 | 104 |
| Binary | 10011001 | 11000010 | 10111101 | 10101 | 0 | 11 | 11000 | 10101101 | 11001 | 1000100 |
Color Harmonies of #99C2BD
Complementary color
Monochromatic Colors of #99C2BD
Black with #99C2BD
Text Example
Text Example
White with #99C2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C2BD; }
p { color: rgb(153,194,189); }
H1.HeaderClassName
{
color: #99C2BD;
}
.AnyTagClassName
{
color: #99C2BD;
}
</style>
background-color css
<style>
a { background-color: #99C2BD; }
a { background-color: rgb(153,194,189); }
div.DivClassName
{
background-color: #99C2BD;
}
.BgClassName
{
background-color: #99C2BD;
}
</style>
border-color css
<style>
span { border-color: #99C2BD; }
span { border-color: rgb(153,194,189); }
td.TdClassName
{
border-color: #99C2BD;
}
.TagClassName
{
border-color: #99C2BD;
}
</style>