Shades of Shadow Green #99C3BF
Tints of Shadow Green #99C3BF
RGB
CMYK
RGB Variations
Color information
#99C3BF (or 0x99C3BF) is known color: Shadow Green. HEX triplet: 99, C3 and BF. RGB value is (153,195,191). Sum of RGB (Red+Green+Blue) = 153+195+191=539 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.39% from 539); Green value is 195 (76.56% from 255 or 36.18% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 195 - color contains mainly: green. Hex color #99C3BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C3BF is #663C40. Grayscale: #B5B5B5. Windows color (decimal): -6700097 or 12567449. OLE color: 12567449.
HSL color Cylindrical-coordinate representation of color #99C3BF: hue angle of 174.29º 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 #99C3BF is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 195 | 191 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.24 |
| HSL | 174.29º | 0.26% | 0.68% | - |
| HSV(B) | 174.29º | 0.22% | 0.76% | - |
| XYZ | 42.06 | 49.56 | 56.64 | - |
| YUV | 181.99 | 133.09 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 195 | 191 | 0.22 | 0 | 0.02 | 0.24 | 174.29 | 0.26 | 0.68 |
| Hex | 99 | C3 | BF | 16 | 0 | 2 | 18 | AE | 1A | 44 |
| Octal | 231 | 303 | 277 | 26 | 0 | 2 | 30 | 256 | 32 | 104 |
| Binary | 10011001 | 11000011 | 10111111 | 10110 | 0 | 10 | 11000 | 10101110 | 11010 | 1000100 |
Color Harmonies of #99C3BF
Complementary color
Monochromatic Colors of #99C3BF
Black with #99C3BF
Text Example
Text Example
White with #99C3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C3BF; }
p { color: rgb(153,195,191); }
H1.HeaderClassName
{
color: #99C3BF;
}
.AnyTagClassName
{
color: #99C3BF;
}
</style>
background-color css
<style>
a { background-color: #99C3BF; }
a { background-color: rgb(153,195,191); }
div.DivClassName
{
background-color: #99C3BF;
}
.BgClassName
{
background-color: #99C3BF;
}
</style>
border-color css
<style>
span { border-color: #99C3BF; }
span { border-color: rgb(153,195,191); }
td.TdClassName
{
border-color: #99C3BF;
}
.TagClassName
{
border-color: #99C3BF;
}
</style>