Shades of Shadow Green #93C0BE
Tints of Shadow Green #93C0BE
RGB
CMYK
RGB Variations
Color information
#93C0BE (or 0x93C0BE) is known color: Shadow Green. HEX triplet: 93, C0 and BE. RGB value is (147,192,190). Sum of RGB (Red+Green+Blue) = 147+192+190=529 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.79% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 192 - color contains mainly: green. Hex color #93C0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C0BE is #6C3F41. Grayscale: #B2B2B2. Windows color (decimal): -7094082 or 12501139. OLE color: 12501139.
HSL color Cylindrical-coordinate representation of color #93C0BE: hue angle of 177.33º 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 #93C0BE is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 192 | 190 | - |
| CMYK | 0.23 | 0 | 0.01 | 0.25 |
| HSL | 177.33º | 0.26% | 0.66% | - |
| HSV(B) | 177.33º | 0.23% | 0.75% | - |
| XYZ | 40.18 | 47.62 | 55.79 | - |
| YUV | 178.32 | 134.59 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 192 | 190 | 0.23 | 0 | 0.01 | 0.25 | 177.33 | 0.26 | 0.66 |
| Hex | 93 | C0 | BE | 17 | 0 | 1 | 19 | B1 | 1A | 42 |
| Octal | 223 | 300 | 276 | 27 | 0 | 1 | 31 | 261 | 32 | 102 |
| Binary | 10010011 | 11000000 | 10111110 | 10111 | 0 | 1 | 11001 | 10110001 | 11010 | 1000010 |
Color Harmonies of #93C0BE
Complementary color
Monochromatic Colors of #93C0BE
Black with #93C0BE
Text Example
Text Example
White with #93C0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C0BE; }
p { color: rgb(147,192,190); }
H1.HeaderClassName
{
color: #93C0BE;
}
.AnyTagClassName
{
color: #93C0BE;
}
</style>
background-color css
<style>
a { background-color: #93C0BE; }
a { background-color: rgb(147,192,190); }
div.DivClassName
{
background-color: #93C0BE;
}
.BgClassName
{
background-color: #93C0BE;
}
</style>
border-color css
<style>
span { border-color: #93C0BE; }
span { border-color: rgb(147,192,190); }
td.TdClassName
{
border-color: #93C0BE;
}
.TagClassName
{
border-color: #93C0BE;
}
</style>