Shades of Shadow Green #93C0B3
Tints of Shadow Green #93C0B3
RGB
CMYK
RGB Variations
Color information
#93C0B3 (or 0x93C0B3) is known color: Shadow Green. HEX triplet: 93, C0 and B3. RGB value is (147,192,179). Sum of RGB (Red+Green+Blue) = 147+192+179=518 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.38% from 518); Green value is 192 (75.39% from 255 or 37.07% from 518); Blue value is 179 (70.31% from 255 or 34.56% from 518); Max value from RGB is 192 - color contains mainly: green. Hex color #93C0B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C0B3 is #6C3F4C. Grayscale: #B1B1B1. Windows color (decimal): -7094093 or 11780243. OLE color: 11780243.
HSL color Cylindrical-coordinate representation of color #93C0B3: hue angle of 162.67º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #93C0B3 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 192 | 179 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.25 |
| HSL | 162.67º | 0.26% | 0.66% | - |
| HSV(B) | 162.67º | 0.23% | 0.75% | - |
| XYZ | 39.02 | 47.16 | 49.69 | - |
| YUV | 177.06 | 129.09 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 192 | 179 | 0.23 | 0 | 0.07 | 0.25 | 162.67 | 0.26 | 0.66 |
| Hex | 93 | C0 | B3 | 17 | 0 | 7 | 19 | A3 | 1A | 42 |
| Octal | 223 | 300 | 263 | 27 | 0 | 7 | 31 | 243 | 32 | 102 |
| Binary | 10010011 | 11000000 | 10110011 | 10111 | 0 | 111 | 11001 | 10100011 | 11010 | 1000010 |
Color Harmonies of #93C0B3
Complementary color
Monochromatic Colors of #93C0B3
Black with #93C0B3
Text Example
Text Example
White with #93C0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C0B3; }
p { color: rgb(147,192,179); }
H1.HeaderClassName
{
color: #93C0B3;
}
.AnyTagClassName
{
color: #93C0B3;
}
</style>
background-color css
<style>
a { background-color: #93C0B3; }
a { background-color: rgb(147,192,179); }
div.DivClassName
{
background-color: #93C0B3;
}
.BgClassName
{
background-color: #93C0B3;
}
</style>
border-color css
<style>
span { border-color: #93C0B3; }
span { border-color: rgb(147,192,179); }
td.TdClassName
{
border-color: #93C0B3;
}
.TagClassName
{
border-color: #93C0B3;
}
</style>