Shades of Shadow Green #99BDBA
Tints of Shadow Green #99BDBA
RGB
CMYK
RGB Variations
Color information
#99BDBA (or 0x99BDBA) is known color: Shadow Green. HEX triplet: 99, BD and BA. RGB value is (153,189,186). Sum of RGB (Red+Green+Blue) = 153+189+186=528 (69% of max value = 765). Red value is 153 (60.16% from 255 or 28.98% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 189 - color contains mainly: green. Hex color #99BDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BDBA is #664245. Grayscale: #B1B1B1. Windows color (decimal): -6701638 or 12238233. OLE color: 12238233.
HSL color Cylindrical-coordinate representation of color #99BDBA: hue angle of 175º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99BDBA is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 189 | 186 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.26 |
| HSL | 175º | 0.21% | 0.67% | - |
| HSV(B) | 175º | 0.19% | 0.74% | - |
| XYZ | 40.2 | 46.71 | 53.35 | - |
| YUV | 177.89 | 132.57 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 189 | 186 | 0.19 | 0 | 0.02 | 0.26 | 175 | 0.21 | 0.67 |
| Hex | 99 | BD | BA | 13 | 0 | 2 | 1A | AF | 15 | 43 |
| Octal | 231 | 275 | 272 | 23 | 0 | 2 | 32 | 257 | 25 | 103 |
| Binary | 10011001 | 10111101 | 10111010 | 10011 | 0 | 10 | 11010 | 10101111 | 10101 | 1000011 |
Color Harmonies of #99BDBA
Complementary color
Monochromatic Colors of #99BDBA
Black with #99BDBA
Text Example
Text Example
White with #99BDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BDBA; }
p { color: rgb(153,189,186); }
H1.HeaderClassName
{
color: #99BDBA;
}
.AnyTagClassName
{
color: #99BDBA;
}
</style>
background-color css
<style>
a { background-color: #99BDBA; }
a { background-color: rgb(153,189,186); }
div.DivClassName
{
background-color: #99BDBA;
}
.BgClassName
{
background-color: #99BDBA;
}
</style>
border-color css
<style>
span { border-color: #99BDBA; }
span { border-color: rgb(153,189,186); }
td.TdClassName
{
border-color: #99BDBA;
}
.TagClassName
{
border-color: #99BDBA;
}
</style>