Shades of Shadow Green #93C3C2
Tints of Shadow Green #93C3C2
RGB
CMYK
RGB Variations
Color information
#93C3C2 (or 0x93C3C2) is known color: Shadow Green. HEX triplet: 93, C3 and C2. RGB value is (147,195,194). Sum of RGB (Red+Green+Blue) = 147+195+194=536 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.43% from 536); Green value is 195 (76.56% from 255 or 36.38% from 536); Blue value is 194 (76.17% from 255 or 36.19% from 536); Max value from RGB is 195 - color contains mainly: green. Hex color #93C3C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C3C2 is #6C3C3D. Grayscale: #B4B4B4. Windows color (decimal): -7093310 or 12764051. OLE color: 12764051.
HSL color Cylindrical-coordinate representation of color #93C3C2: hue angle of 178.75º 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 #93C3C2 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 195 | 194 | - |
| CMYK | 0.25 | 0 | 0.01 | 0.24 |
| HSL | 178.75º | 0.29% | 0.67% | - |
| HSV(B) | 178.75º | 0.25% | 0.76% | - |
| XYZ | 41.29 | 49.13 | 58.35 | - |
| YUV | 180.53 | 135.6 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 195 | 194 | 0.25 | 0 | 0.01 | 0.24 | 178.75 | 0.29 | 0.67 |
| Hex | 93 | C3 | C2 | 19 | 0 | 1 | 18 | B3 | 1D | 43 |
| Octal | 223 | 303 | 302 | 31 | 0 | 1 | 30 | 263 | 35 | 103 |
| Binary | 10010011 | 11000011 | 11000010 | 11001 | 0 | 1 | 11000 | 10110011 | 11101 | 1000011 |
Color Harmonies of #93C3C2
Complementary color
Monochromatic Colors of #93C3C2
Black with #93C3C2
Text Example
Text Example
White with #93C3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C3C2; }
p { color: rgb(147,195,194); }
H1.HeaderClassName
{
color: #93C3C2;
}
.AnyTagClassName
{
color: #93C3C2;
}
</style>
background-color css
<style>
a { background-color: #93C3C2; }
a { background-color: rgb(147,195,194); }
div.DivClassName
{
background-color: #93C3C2;
}
.BgClassName
{
background-color: #93C3C2;
}
</style>
border-color css
<style>
span { border-color: #93C3C2; }
span { border-color: rgb(147,195,194); }
td.TdClassName
{
border-color: #93C3C2;
}
.TagClassName
{
border-color: #93C3C2;
}
</style>