Shades of Shadow Green #93C3BE
Tints of Shadow Green #93C3BE
RGB
CMYK
RGB Variations
Color information
#93C3BE (or 0x93C3BE) is known color: Shadow Green. HEX triplet: 93, C3 and BE. RGB value is (147,195,190). Sum of RGB (Red+Green+Blue) = 147+195+190=532 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.63% from 532); Green value is 195 (76.56% from 255 or 36.65% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 195 - color contains mainly: green. Hex color #93C3BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C3BE is #6C3C41. Grayscale: #B4B4B4. Windows color (decimal): -7093314 or 12501907. OLE color: 12501907.
HSL color Cylindrical-coordinate representation of color #93C3BE: hue angle of 173.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 #93C3BE is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 195 | 190 | - |
| CMYK | 0.25 | 0 | 0.03 | 0.24 |
| HSL | 173.75º | 0.29% | 0.67% | - |
| HSV(B) | 173.75º | 0.25% | 0.76% | - |
| XYZ | 40.84 | 48.95 | 56.01 | - |
| YUV | 180.08 | 133.6 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 195 | 190 | 0.25 | 0 | 0.03 | 0.24 | 173.75 | 0.29 | 0.67 |
| Hex | 93 | C3 | BE | 19 | 0 | 3 | 18 | AE | 1D | 43 |
| Octal | 223 | 303 | 276 | 31 | 0 | 3 | 30 | 256 | 35 | 103 |
| Binary | 10010011 | 11000011 | 10111110 | 11001 | 0 | 11 | 11000 | 10101110 | 11101 | 1000011 |
Color Harmonies of #93C3BE
Complementary color
Monochromatic Colors of #93C3BE
Black with #93C3BE
Text Example
Text Example
White with #93C3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C3BE; }
p { color: rgb(147,195,190); }
H1.HeaderClassName
{
color: #93C3BE;
}
.AnyTagClassName
{
color: #93C3BE;
}
</style>
background-color css
<style>
a { background-color: #93C3BE; }
a { background-color: rgb(147,195,190); }
div.DivClassName
{
background-color: #93C3BE;
}
.BgClassName
{
background-color: #93C3BE;
}
</style>
border-color css
<style>
span { border-color: #93C3BE; }
span { border-color: rgb(147,195,190); }
td.TdClassName
{
border-color: #93C3BE;
}
.TagClassName
{
border-color: #93C3BE;
}
</style>