Shades of Shadow Green #93C2BF
Tints of Shadow Green #93C2BF
RGB
CMYK
RGB Variations
Color information
#93C2BF (or 0x93C2BF) is known color: Shadow Green. HEX triplet: 93, C2 and BF. RGB value is (147,194,191). Sum of RGB (Red+Green+Blue) = 147+194+191=532 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.63% from 532); Green value is 194 (76.17% from 255 or 36.47% from 532); Blue value is 191 (75% from 255 or 35.90% from 532); Max value from RGB is 194 - color contains mainly: green. Hex color #93C2BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C2BF is #6C3D40. Grayscale: #B3B3B3. Windows color (decimal): -7093569 or 12567187. OLE color: 12567187.
HSL color Cylindrical-coordinate representation of color #93C2BF: hue angle of 176.17º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #93C2BF is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 194 | 191 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.24 |
| HSL | 176.17º | 0.28% | 0.67% | - |
| HSV(B) | 176.17º | 0.24% | 0.76% | - |
| XYZ | 40.73 | 48.55 | 56.51 | - |
| YUV | 179.61 | 134.43 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 194 | 191 | 0.24 | 0 | 0.02 | 0.24 | 176.17 | 0.28 | 0.67 |
| Hex | 93 | C2 | BF | 18 | 0 | 2 | 18 | B0 | 1C | 43 |
| Octal | 223 | 302 | 277 | 30 | 0 | 2 | 30 | 260 | 34 | 103 |
| Binary | 10010011 | 11000010 | 10111111 | 11000 | 0 | 10 | 11000 | 10110000 | 11100 | 1000011 |
Color Harmonies of #93C2BF
Complementary color
Monochromatic Colors of #93C2BF
Black with #93C2BF
Text Example
Text Example
White with #93C2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C2BF; }
p { color: rgb(147,194,191); }
H1.HeaderClassName
{
color: #93C2BF;
}
.AnyTagClassName
{
color: #93C2BF;
}
</style>
background-color css
<style>
a { background-color: #93C2BF; }
a { background-color: rgb(147,194,191); }
div.DivClassName
{
background-color: #93C2BF;
}
.BgClassName
{
background-color: #93C2BF;
}
</style>
border-color css
<style>
span { border-color: #93C2BF; }
span { border-color: rgb(147,194,191); }
td.TdClassName
{
border-color: #93C2BF;
}
.TagClassName
{
border-color: #93C2BF;
}
</style>