Shades of Shadow Green #93BCB7
Tints of Shadow Green #93BCB7
RGB
CMYK
RGB Variations
Color information
#93BCB7 (or 0x93BCB7) is known color: Shadow Green. HEX triplet: 93, BC and B7. RGB value is (147,188,183). Sum of RGB (Red+Green+Blue) = 147+188+183=518 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.38% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 183 (71.88% from 255 or 35.33% from 518); Max value from RGB is 188 - color contains mainly: green. Hex color #93BCB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BCB7 is #6C4348. Grayscale: #AFAFAF. Windows color (decimal): -7095113 or 12041363. OLE color: 12041363.
HSL color Cylindrical-coordinate representation of color #93BCB7: hue angle of 172.68º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #93BCB7 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 188 | 183 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.26 |
| HSL | 172.68º | 0.23% | 0.66% | - |
| HSV(B) | 172.68º | 0.22% | 0.74% | - |
| XYZ | 38.56 | 45.59 | 51.57 | - |
| YUV | 175.17 | 132.42 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 188 | 183 | 0.22 | 0 | 0.03 | 0.26 | 172.68 | 0.23 | 0.66 |
| Hex | 93 | BC | B7 | 16 | 0 | 3 | 1A | AD | 17 | 42 |
| Octal | 223 | 274 | 267 | 26 | 0 | 3 | 32 | 255 | 27 | 102 |
| Binary | 10010011 | 10111100 | 10110111 | 10110 | 0 | 11 | 11010 | 10101101 | 10111 | 1000010 |
Color Harmonies of #93BCB7
Complementary color
Monochromatic Colors of #93BCB7
Black with #93BCB7
Text Example
Text Example
White with #93BCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BCB7; }
p { color: rgb(147,188,183); }
H1.HeaderClassName
{
color: #93BCB7;
}
.AnyTagClassName
{
color: #93BCB7;
}
</style>
background-color css
<style>
a { background-color: #93BCB7; }
a { background-color: rgb(147,188,183); }
div.DivClassName
{
background-color: #93BCB7;
}
.BgClassName
{
background-color: #93BCB7;
}
</style>
border-color css
<style>
span { border-color: #93BCB7; }
span { border-color: rgb(147,188,183); }
td.TdClassName
{
border-color: #93BCB7;
}
.TagClassName
{
border-color: #93BCB7;
}
</style>