Shades of Shadow Green #93C3C1
Tints of Shadow Green #93C3C1
RGB
CMYK
RGB Variations
Color information
#93C3C1 (or 0x93C3C1) is known color: Shadow Green. HEX triplet: 93, C3 and C1. RGB value is (147,195,193). Sum of RGB (Red+Green+Blue) = 147+195+193=535 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.48% from 535); Green value is 195 (76.56% from 255 or 36.45% from 535); Blue value is 193 (75.78% from 255 or 36.07% from 535); Max value from RGB is 195 - color contains mainly: green. Hex color #93C3C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C3C1 is #6C3C3E. Grayscale: #B4B4B4. Windows color (decimal): -7093311 or 12698515. OLE color: 12698515.
HSL color Cylindrical-coordinate representation of color #93C3C1: hue angle of 177.5º 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 #93C3C1 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 195 | 193 | - |
| CMYK | 0.25 | 0 | 0.01 | 0.24 |
| HSL | 177.5º | 0.29% | 0.67% | - |
| HSV(B) | 177.5º | 0.25% | 0.76% | - |
| XYZ | 41.17 | 49.08 | 57.76 | - |
| YUV | 180.42 | 135.1 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 195 | 193 | 0.25 | 0 | 0.01 | 0.24 | 177.5 | 0.29 | 0.67 |
| Hex | 93 | C3 | C1 | 19 | 0 | 1 | 18 | B2 | 1D | 43 |
| Octal | 223 | 303 | 301 | 31 | 0 | 1 | 30 | 262 | 35 | 103 |
| Binary | 10010011 | 11000011 | 11000001 | 11001 | 0 | 1 | 11000 | 10110010 | 11101 | 1000011 |
Color Harmonies of #93C3C1
Complementary color
Monochromatic Colors of #93C3C1
Black with #93C3C1
Text Example
Text Example
White with #93C3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C3C1; }
p { color: rgb(147,195,193); }
H1.HeaderClassName
{
color: #93C3C1;
}
.AnyTagClassName
{
color: #93C3C1;
}
</style>
background-color css
<style>
a { background-color: #93C3C1; }
a { background-color: rgb(147,195,193); }
div.DivClassName
{
background-color: #93C3C1;
}
.BgClassName
{
background-color: #93C3C1;
}
</style>
border-color css
<style>
span { border-color: #93C3C1; }
span { border-color: rgb(147,195,193); }
td.TdClassName
{
border-color: #93C3C1;
}
.TagClassName
{
border-color: #93C3C1;
}
</style>