Shades of Shadow Green #93BFB5
Tints of Shadow Green #93BFB5
RGB
CMYK
RGB Variations
Color information
#93BFB5 (or 0x93BFB5) is known color: Shadow Green. HEX triplet: 93, BF and B5. RGB value is (147,191,181). Sum of RGB (Red+Green+Blue) = 147+191+181=519 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.32% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 181 (71.09% from 255 or 34.87% from 519); Max value from RGB is 191 - color contains mainly: green. Hex color #93BFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BFB5 is #6C404A. Grayscale: #B0B0B0. Windows color (decimal): -7094347 or 11911059. OLE color: 11911059.
HSL color Cylindrical-coordinate representation of color #93BFB5: hue angle of 166.36º 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 #93BFB5 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 191 | 181 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.25 |
| HSL | 166.36º | 0.26% | 0.66% | - |
| HSV(B) | 166.36º | 0.23% | 0.75% | - |
| XYZ | 39 | 46.8 | 50.69 | - |
| YUV | 176.7 | 130.42 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 191 | 181 | 0.23 | 0 | 0.05 | 0.25 | 166.36 | 0.26 | 0.66 |
| Hex | 93 | BF | B5 | 17 | 0 | 5 | 19 | A6 | 1A | 42 |
| Octal | 223 | 277 | 265 | 27 | 0 | 5 | 31 | 246 | 32 | 102 |
| Binary | 10010011 | 10111111 | 10110101 | 10111 | 0 | 101 | 11001 | 10100110 | 11010 | 1000010 |
Color Harmonies of #93BFB5
Complementary color
Monochromatic Colors of #93BFB5
Black with #93BFB5
Text Example
Text Example
White with #93BFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BFB5; }
p { color: rgb(147,191,181); }
H1.HeaderClassName
{
color: #93BFB5;
}
.AnyTagClassName
{
color: #93BFB5;
}
</style>
background-color css
<style>
a { background-color: #93BFB5; }
a { background-color: rgb(147,191,181); }
div.DivClassName
{
background-color: #93BFB5;
}
.BgClassName
{
background-color: #93BFB5;
}
</style>
border-color css
<style>
span { border-color: #93BFB5; }
span { border-color: rgb(147,191,181); }
td.TdClassName
{
border-color: #93BFB5;
}
.TagClassName
{
border-color: #93BFB5;
}
</style>