Shades of Shadow Green #93C5B2
Tints of Shadow Green #93C5B2
RGB
CMYK
RGB Variations
Color information
#93C5B2 (or 0x93C5B2) is known color: Shadow Green. HEX triplet: 93, C5 and B2. RGB value is (147,197,178). Sum of RGB (Red+Green+Blue) = 147+197+178=522 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.16% from 522); Green value is 197 (77.34% from 255 or 37.74% from 522); Blue value is 178 (69.92% from 255 or 34.10% from 522); Max value from RGB is 197 - color contains mainly: green. Hex color #93C5B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C5B2 is #6C3A4D. Grayscale: #B3B3B3. Windows color (decimal): -7092814 or 11715987. OLE color: 11715987.
HSL color Cylindrical-coordinate representation of color #93C5B2: hue angle of 157.2º 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 #93C5B2 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 147 | 197 | 178 | - |
| CMYK | 0.25 | 0 | 0.10 | 0.23 |
| HSL | 157.2º | 0.3% | 0.67% | - |
| HSV(B) | 157.2º | 0.25% | 0.77% | - |
| XYZ | 40.03 | 49.35 | 49.53 | - |
| YUV | 179.88 | 126.94 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 197 | 178 | 0.25 | 0 | 0.10 | 0.23 | 157.2 | 0.3 | 0.67 |
| Hex | 93 | C5 | B2 | 19 | 0 | A | 17 | 9D | 1E | 43 |
| Octal | 223 | 305 | 262 | 31 | 0 | 12 | 27 | 235 | 36 | 103 |
| Binary | 10010011 | 11000101 | 10110010 | 11001 | 0 | 1010 | 10111 | 10011101 | 11110 | 1000011 |
Color Harmonies of #93C5B2
Complementary color
Monochromatic Colors of #93C5B2
Black with #93C5B2
Text Example
Text Example
White with #93C5B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C5B2; }
p { color: rgb(147,197,178); }
H1.HeaderClassName
{
color: #93C5B2;
}
.AnyTagClassName
{
color: #93C5B2;
}
</style>
background-color css
<style>
a { background-color: #93C5B2; }
a { background-color: rgb(147,197,178); }
div.DivClassName
{
background-color: #93C5B2;
}
.BgClassName
{
background-color: #93C5B2;
}
</style>
border-color css
<style>
span { border-color: #93C5B2; }
span { border-color: rgb(147,197,178); }
td.TdClassName
{
border-color: #93C5B2;
}
.TagClassName
{
border-color: #93C5B2;
}
</style>