Shades of Shadow Green #93C2BE
Tints of Shadow Green #93C2BE
RGB
CMYK
RGB Variations
Color information
#93C2BE (or 0x93C2BE) is known color: Shadow Green. HEX triplet: 93, C2 and BE. RGB value is (147,194,190). Sum of RGB (Red+Green+Blue) = 147+194+190=531 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.68% from 531); Green value is 194 (76.17% from 255 or 36.53% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 194 - color contains mainly: green. Hex color #93C2BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C2BE is #6C3D41. Grayscale: #B3B3B3. Windows color (decimal): -7093570 or 12501651. OLE color: 12501651.
HSL color Cylindrical-coordinate representation of color #93C2BE: hue angle of 174.89º 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 #93C2BE is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 194 | 190 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.24 |
| HSL | 174.89º | 0.28% | 0.67% | - |
| HSV(B) | 174.89º | 0.24% | 0.76% | - |
| XYZ | 40.62 | 48.5 | 55.94 | - |
| YUV | 179.49 | 133.93 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 194 | 190 | 0.24 | 0 | 0.02 | 0.24 | 174.89 | 0.28 | 0.67 |
| Hex | 93 | C2 | BE | 18 | 0 | 2 | 18 | AF | 1C | 43 |
| Octal | 223 | 302 | 276 | 30 | 0 | 2 | 30 | 257 | 34 | 103 |
| Binary | 10010011 | 11000010 | 10111110 | 11000 | 0 | 10 | 11000 | 10101111 | 11100 | 1000011 |
Color Harmonies of #93C2BE
Complementary color
Monochromatic Colors of #93C2BE
Black with #93C2BE
Text Example
Text Example
White with #93C2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C2BE; }
p { color: rgb(147,194,190); }
H1.HeaderClassName
{
color: #93C2BE;
}
.AnyTagClassName
{
color: #93C2BE;
}
</style>
background-color css
<style>
a { background-color: #93C2BE; }
a { background-color: rgb(147,194,190); }
div.DivClassName
{
background-color: #93C2BE;
}
.BgClassName
{
background-color: #93C2BE;
}
</style>
border-color css
<style>
span { border-color: #93C2BE; }
span { border-color: rgb(147,194,190); }
td.TdClassName
{
border-color: #93C2BE;
}
.TagClassName
{
border-color: #93C2BE;
}
</style>