Shades of Shadow Green #99C7BC
Tints of Shadow Green #99C7BC
RGB
CMYK
RGB Variations
Color information
#99C7BC (or 0x99C7BC) is known color: Shadow Green. HEX triplet: 99, C7 and BC. RGB value is (153,199,188). Sum of RGB (Red+Green+Blue) = 153+199+188=540 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.33% from 540); Green value is 199 (78.12% from 255 or 36.85% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 199 - color contains mainly: green. Hex color #99C7BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C7BC is #663843. Grayscale: #B7B7B7. Windows color (decimal): -6699076 or 12371865. OLE color: 12371865.
HSL color Cylindrical-coordinate representation of color #99C7BC: hue angle of 165.65º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #99C7BC is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 199 | 188 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.22 |
| HSL | 165.65º | 0.29% | 0.69% | - |
| HSV(B) | 165.65º | 0.23% | 0.78% | - |
| XYZ | 42.64 | 51.25 | 55.22 | - |
| YUV | 183.99 | 130.26 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 199 | 188 | 0.23 | 0 | 0.06 | 0.22 | 165.65 | 0.29 | 0.69 |
| Hex | 99 | C7 | BC | 17 | 0 | 6 | 16 | A6 | 1D | 45 |
| Octal | 231 | 307 | 274 | 27 | 0 | 6 | 26 | 246 | 35 | 105 |
| Binary | 10011001 | 11000111 | 10111100 | 10111 | 0 | 110 | 10110 | 10100110 | 11101 | 1000101 |
Color Harmonies of #99C7BC
Complementary color
Monochromatic Colors of #99C7BC
Black with #99C7BC
Text Example
Text Example
White with #99C7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C7BC; }
p { color: rgb(153,199,188); }
H1.HeaderClassName
{
color: #99C7BC;
}
.AnyTagClassName
{
color: #99C7BC;
}
</style>
background-color css
<style>
a { background-color: #99C7BC; }
a { background-color: rgb(153,199,188); }
div.DivClassName
{
background-color: #99C7BC;
}
.BgClassName
{
background-color: #99C7BC;
}
</style>
border-color css
<style>
span { border-color: #99C7BC; }
span { border-color: rgb(153,199,188); }
td.TdClassName
{
border-color: #99C7BC;
}
.TagClassName
{
border-color: #99C7BC;
}
</style>