Shades of Shadow Green #93BAB5
Tints of Shadow Green #93BAB5
RGB
CMYK
RGB Variations
Color information
#93BAB5 (or 0x93BAB5) is known color: Shadow Green. HEX triplet: 93, BA and B5. RGB value is (147,186,181). Sum of RGB (Red+Green+Blue) = 147+186+181=514 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.60% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 181 (71.09% from 255 or 35.21% from 514); Max value from RGB is 186 - color contains mainly: green. Hex color #93BAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BAB5 is #6C454A. Grayscale: #ADADAD. Windows color (decimal): -7095627 or 11909779. OLE color: 11909779.
HSL color Cylindrical-coordinate representation of color #93BAB5: hue angle of 172.31º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #93BAB5 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 186 | 181 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.27 |
| HSL | 172.31º | 0.22% | 0.65% | - |
| HSV(B) | 172.31º | 0.21% | 0.73% | - |
| XYZ | 37.93 | 44.66 | 50.34 | - |
| YUV | 173.77 | 132.08 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 186 | 181 | 0.21 | 0 | 0.03 | 0.27 | 172.31 | 0.22 | 0.65 |
| Hex | 93 | BA | B5 | 15 | 0 | 3 | 1B | AC | 16 | 41 |
| Octal | 223 | 272 | 265 | 25 | 0 | 3 | 33 | 254 | 26 | 101 |
| Binary | 10010011 | 10111010 | 10110101 | 10101 | 0 | 11 | 11011 | 10101100 | 10110 | 1000001 |
Color Harmonies of #93BAB5
Complementary color
Monochromatic Colors of #93BAB5
Black with #93BAB5
Text Example
Text Example
White with #93BAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BAB5; }
p { color: rgb(147,186,181); }
H1.HeaderClassName
{
color: #93BAB5;
}
.AnyTagClassName
{
color: #93BAB5;
}
</style>
background-color css
<style>
a { background-color: #93BAB5; }
a { background-color: rgb(147,186,181); }
div.DivClassName
{
background-color: #93BAB5;
}
.BgClassName
{
background-color: #93BAB5;
}
</style>
border-color css
<style>
span { border-color: #93BAB5; }
span { border-color: rgb(147,186,181); }
td.TdClassName
{
border-color: #93BAB5;
}
.TagClassName
{
border-color: #93BAB5;
}
</style>