Shades of Shadow Green #93B7AF
Tints of Shadow Green #93B7AF
RGB
CMYK
RGB Variations
Color information
#93B7AF (or 0x93B7AF) is known color: Shadow Green. HEX triplet: 93, B7 and AF. RGB value is (147,183,175). Sum of RGB (Red+Green+Blue) = 147+183+175=505 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.11% from 505); Green value is 183 (71.88% from 255 or 36.24% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 183 - color contains mainly: green. Hex color #93B7AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93B7AF is #6C4850. Grayscale: #ABABAB. Windows color (decimal): -7096401 or 11515795. OLE color: 11515795.
HSL color Cylindrical-coordinate representation of color #93B7AF: hue angle of 166.67º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #93B7AF is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 147 | 183 | 175 | - |
| CMYK | 0.20 | 0 | 0.04 | 0.28 |
| HSL | 166.67º | 0.2% | 0.65% | - |
| HSV(B) | 166.67º | 0.2% | 0.72% | - |
| XYZ | 36.7 | 43.17 | 46.95 | - |
| YUV | 171.32 | 130.07 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 183 | 175 | 0.20 | 0 | 0.04 | 0.28 | 166.67 | 0.2 | 0.65 |
| Hex | 93 | B7 | AF | 14 | 0 | 4 | 1C | A7 | 14 | 41 |
| Octal | 223 | 267 | 257 | 24 | 0 | 4 | 34 | 247 | 24 | 101 |
| Binary | 10010011 | 10110111 | 10101111 | 10100 | 0 | 100 | 11100 | 10100111 | 10100 | 1000001 |
Color Harmonies of #93B7AF
Complementary color
Monochromatic Colors of #93B7AF
Black with #93B7AF
Text Example
Text Example
White with #93B7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B7AF; }
p { color: rgb(147,183,175); }
H1.HeaderClassName
{
color: #93B7AF;
}
.AnyTagClassName
{
color: #93B7AF;
}
</style>
background-color css
<style>
a { background-color: #93B7AF; }
a { background-color: rgb(147,183,175); }
div.DivClassName
{
background-color: #93B7AF;
}
.BgClassName
{
background-color: #93B7AF;
}
</style>
border-color css
<style>
span { border-color: #93B7AF; }
span { border-color: rgb(147,183,175); }
td.TdClassName
{
border-color: #93B7AF;
}
.TagClassName
{
border-color: #93B7AF;
}
</style>