Shades of Shadow Green #93C1B5
Tints of Shadow Green #93C1B5
RGB
CMYK
RGB Variations
Color information
#93C1B5 (or 0x93C1B5) is known color: Shadow Green. HEX triplet: 93, C1 and B5. RGB value is (147,193,181). Sum of RGB (Red+Green+Blue) = 147+193+181=521 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.21% from 521); Green value is 193 (75.78% from 255 or 37.04% from 521); Blue value is 181 (71.09% from 255 or 34.74% from 521); Max value from RGB is 193 - color contains mainly: green. Hex color #93C1B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C1B5 is #6C3E4A. Grayscale: #B1B1B1. Windows color (decimal): -7093835 or 11911571. OLE color: 11911571.
HSL color Cylindrical-coordinate representation of color #93C1B5: hue angle of 164.35º degrees, saturation: 0.27, 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 #93C1B5 is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 193 | 181 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.24 |
| HSL | 164.35º | 0.27% | 0.67% | - |
| HSV(B) | 164.35º | 0.24% | 0.76% | - |
| XYZ | 39.44 | 47.68 | 50.84 | - |
| YUV | 177.88 | 129.76 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 193 | 181 | 0.24 | 0 | 0.06 | 0.24 | 164.35 | 0.27 | 0.67 |
| Hex | 93 | C1 | B5 | 18 | 0 | 6 | 18 | A4 | 1B | 43 |
| Octal | 223 | 301 | 265 | 30 | 0 | 6 | 30 | 244 | 33 | 103 |
| Binary | 10010011 | 11000001 | 10110101 | 11000 | 0 | 110 | 11000 | 10100100 | 11011 | 1000011 |
Color Harmonies of #93C1B5
Complementary color
Monochromatic Colors of #93C1B5
Black with #93C1B5
Text Example
Text Example
White with #93C1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C1B5; }
p { color: rgb(147,193,181); }
H1.HeaderClassName
{
color: #93C1B5;
}
.AnyTagClassName
{
color: #93C1B5;
}
</style>
background-color css
<style>
a { background-color: #93C1B5; }
a { background-color: rgb(147,193,181); }
div.DivClassName
{
background-color: #93C1B5;
}
.BgClassName
{
background-color: #93C1B5;
}
</style>
border-color css
<style>
span { border-color: #93C1B5; }
span { border-color: rgb(147,193,181); }
td.TdClassName
{
border-color: #93C1B5;
}
.TagClassName
{
border-color: #93C1B5;
}
</style>