Shades of Shadow Green #93C5B1
Tints of Shadow Green #93C5B1
RGB
CMYK
RGB Variations
Color information
#93C5B1 (or 0x93C5B1) is known color: Shadow Green. HEX triplet: 93, C5 and B1. RGB value is (147,197,177). Sum of RGB (Red+Green+Blue) = 147+197+177=521 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.21% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 177 (69.53% from 255 or 33.97% from 521); Max value from RGB is 197 - color contains mainly: green. Hex color #93C5B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C5B1 is #6C3A4E. Grayscale: #B3B3B3. Windows color (decimal): -7092815 or 11650451. OLE color: 11650451.
HSL color Cylindrical-coordinate representation of color #93C5B1: hue angle of 156º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #93C5B1 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 147 | 197 | 177 | - |
| CMYK | 0.25 | 0 | 0.10 | 0.23 |
| HSL | 156º | 0.3% | 0.67% | - |
| HSV(B) | 156º | 0.25% | 0.77% | - |
| XYZ | 39.93 | 49.31 | 49.01 | - |
| YUV | 179.77 | 126.44 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 197 | 177 | 0.25 | 0 | 0.10 | 0.23 | 156 | 0.3 | 0.67 |
| Hex | 93 | C5 | B1 | 19 | 0 | A | 17 | 9C | 1E | 43 |
| Octal | 223 | 305 | 261 | 31 | 0 | 12 | 27 | 234 | 36 | 103 |
| Binary | 10010011 | 11000101 | 10110001 | 11001 | 0 | 1010 | 10111 | 10011100 | 11110 | 1000011 |
Color Harmonies of #93C5B1
Complementary color
Monochromatic Colors of #93C5B1
Black with #93C5B1
Text Example
Text Example
White with #93C5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C5B1; }
p { color: rgb(147,197,177); }
H1.HeaderClassName
{
color: #93C5B1;
}
.AnyTagClassName
{
color: #93C5B1;
}
</style>
background-color css
<style>
a { background-color: #93C5B1; }
a { background-color: rgb(147,197,177); }
div.DivClassName
{
background-color: #93C5B1;
}
.BgClassName
{
background-color: #93C5B1;
}
</style>
border-color css
<style>
span { border-color: #93C5B1; }
span { border-color: rgb(147,197,177); }
td.TdClassName
{
border-color: #93C5B1;
}
.TagClassName
{
border-color: #93C5B1;
}
</style>