Shades of Shadow Green #99C2BC
Tints of Shadow Green #99C2BC
RGB
CMYK
RGB Variations
Color information
#99C2BC (or 0x99C2BC) is known color: Shadow Green. HEX triplet: 99, C2 and BC. RGB value is (153,194,188). Sum of RGB (Red+Green+Blue) = 153+194+188=535 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.60% from 535); Green value is 194 (76.17% from 255 or 36.26% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 194 - color contains mainly: green. Hex color #99C2BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C2BC is #663D43. Grayscale: #B5B5B5. Windows color (decimal): -6700356 or 12370585. OLE color: 12370585.
HSL color Cylindrical-coordinate representation of color #99C2BC: hue angle of 171.22º 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 #99C2BC is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 194 | 188 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.24 |
| HSL | 171.22º | 0.25% | 0.68% | - |
| HSV(B) | 171.22º | 0.21% | 0.76% | - |
| XYZ | 41.51 | 48.99 | 54.84 | - |
| YUV | 181.06 | 131.92 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 194 | 188 | 0.21 | 0 | 0.03 | 0.24 | 171.22 | 0.25 | 0.68 |
| Hex | 99 | C2 | BC | 15 | 0 | 3 | 18 | AB | 19 | 44 |
| Octal | 231 | 302 | 274 | 25 | 0 | 3 | 30 | 253 | 31 | 104 |
| Binary | 10011001 | 11000010 | 10111100 | 10101 | 0 | 11 | 11000 | 10101011 | 11001 | 1000100 |
Color Harmonies of #99C2BC
Complementary color
Monochromatic Colors of #99C2BC
Black with #99C2BC
Text Example
Text Example
White with #99C2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C2BC; }
p { color: rgb(153,194,188); }
H1.HeaderClassName
{
color: #99C2BC;
}
.AnyTagClassName
{
color: #99C2BC;
}
</style>
background-color css
<style>
a { background-color: #99C2BC; }
a { background-color: rgb(153,194,188); }
div.DivClassName
{
background-color: #99C2BC;
}
.BgClassName
{
background-color: #99C2BC;
}
</style>
border-color css
<style>
span { border-color: #99C2BC; }
span { border-color: rgb(153,194,188); }
td.TdClassName
{
border-color: #99C2BC;
}
.TagClassName
{
border-color: #99C2BC;
}
</style>