Shades of Shadow Green #93C3C0
Tints of Shadow Green #93C3C0
RGB
CMYK
RGB Variations
Color information
#93C3C0 (or 0x93C3C0) is known color: Shadow Green. HEX triplet: 93, C3 and C0. RGB value is (147,195,192). Sum of RGB (Red+Green+Blue) = 147+195+192=534 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.53% from 534); Green value is 195 (76.56% from 255 or 36.52% from 534); Blue value is 192 (75.39% from 255 or 35.96% from 534); Max value from RGB is 195 - color contains mainly: green. Hex color #93C3C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C3C0 is #6C3C3F. Grayscale: #B4B4B4. Windows color (decimal): -7093312 or 12632979. OLE color: 12632979.
HSL color Cylindrical-coordinate representation of color #93C3C0: hue angle of 176.25º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #93C3C0 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 195 | 192 | - |
| CMYK | 0.25 | 0 | 0.02 | 0.24 |
| HSL | 176.25º | 0.29% | 0.67% | - |
| HSV(B) | 176.25º | 0.25% | 0.76% | - |
| XYZ | 41.06 | 49.04 | 57.17 | - |
| YUV | 180.31 | 134.6 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 195 | 192 | 0.25 | 0 | 0.02 | 0.24 | 176.25 | 0.29 | 0.67 |
| Hex | 93 | C3 | C0 | 19 | 0 | 2 | 18 | B0 | 1D | 43 |
| Octal | 223 | 303 | 300 | 31 | 0 | 2 | 30 | 260 | 35 | 103 |
| Binary | 10010011 | 11000011 | 11000000 | 11001 | 0 | 10 | 11000 | 10110000 | 11101 | 1000011 |
Color Harmonies of #93C3C0
Complementary color
Monochromatic Colors of #93C3C0
Black with #93C3C0
Text Example
Text Example
White with #93C3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C3C0; }
p { color: rgb(147,195,192); }
H1.HeaderClassName
{
color: #93C3C0;
}
.AnyTagClassName
{
color: #93C3C0;
}
</style>
background-color css
<style>
a { background-color: #93C3C0; }
a { background-color: rgb(147,195,192); }
div.DivClassName
{
background-color: #93C3C0;
}
.BgClassName
{
background-color: #93C3C0;
}
</style>
border-color css
<style>
span { border-color: #93C3C0; }
span { border-color: rgb(147,195,192); }
td.TdClassName
{
border-color: #93C3C0;
}
.TagClassName
{
border-color: #93C3C0;
}
</style>