Shades of Shadow Green #99C3BC
Tints of Shadow Green #99C3BC
RGB
CMYK
RGB Variations
Color information
#99C3BC (or 0x99C3BC) is known color: Shadow Green. HEX triplet: 99, C3 and BC. RGB value is (153,195,188). Sum of RGB (Red+Green+Blue) = 153+195+188=536 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.54% from 536); Green value is 195 (76.56% from 255 or 36.38% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 195 - color contains mainly: green. Hex color #99C3BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C3BC is #663C43. Grayscale: #B5B5B5. Windows color (decimal): -6700100 or 12370841. OLE color: 12370841.
HSL color Cylindrical-coordinate representation of color #99C3BC: hue angle of 170º 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 #99C3BC is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 195 | 188 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.24 |
| HSL | 170º | 0.26% | 0.68% | - |
| HSV(B) | 170º | 0.22% | 0.76% | - |
| XYZ | 41.73 | 49.43 | 54.92 | - |
| YUV | 181.64 | 131.59 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 195 | 188 | 0.22 | 0 | 0.04 | 0.24 | 170 | 0.26 | 0.68 |
| Hex | 99 | C3 | BC | 16 | 0 | 4 | 18 | AA | 1A | 44 |
| Octal | 231 | 303 | 274 | 26 | 0 | 4 | 30 | 252 | 32 | 104 |
| Binary | 10011001 | 11000011 | 10111100 | 10110 | 0 | 100 | 11000 | 10101010 | 11010 | 1000100 |
Color Harmonies of #99C3BC
Complementary color
Monochromatic Colors of #99C3BC
Black with #99C3BC
Text Example
Text Example
White with #99C3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C3BC; }
p { color: rgb(153,195,188); }
H1.HeaderClassName
{
color: #99C3BC;
}
.AnyTagClassName
{
color: #99C3BC;
}
</style>
background-color css
<style>
a { background-color: #99C3BC; }
a { background-color: rgb(153,195,188); }
div.DivClassName
{
background-color: #99C3BC;
}
.BgClassName
{
background-color: #99C3BC;
}
</style>
border-color css
<style>
span { border-color: #99C3BC; }
span { border-color: rgb(153,195,188); }
td.TdClassName
{
border-color: #99C3BC;
}
.TagClassName
{
border-color: #99C3BC;
}
</style>