Shades of Shadow Green #93BCB5
Tints of Shadow Green #93BCB5
RGB
CMYK
RGB Variations
Color information
#93BCB5 (or 0x93BCB5) is known color: Shadow Green. HEX triplet: 93, BC and B5. RGB value is (147,188,181). Sum of RGB (Red+Green+Blue) = 147+188+181=516 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.49% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 181 (71.09% from 255 or 35.08% from 516); Max value from RGB is 188 - color contains mainly: green. Hex color #93BCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BCB5 is #6C434A. Grayscale: #AEAEAE. Windows color (decimal): -7095115 or 11910291. OLE color: 11910291.
HSL color Cylindrical-coordinate representation of color #93BCB5: hue angle of 169.76º 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 #93BCB5 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 188 | 181 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.26 |
| HSL | 169.76º | 0.23% | 0.66% | - |
| HSV(B) | 169.76º | 0.22% | 0.74% | - |
| XYZ | 38.36 | 45.51 | 50.48 | - |
| YUV | 174.94 | 131.42 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 188 | 181 | 0.22 | 0 | 0.04 | 0.26 | 169.76 | 0.23 | 0.66 |
| Hex | 93 | BC | B5 | 16 | 0 | 4 | 1A | AA | 17 | 42 |
| Octal | 223 | 274 | 265 | 26 | 0 | 4 | 32 | 252 | 27 | 102 |
| Binary | 10010011 | 10111100 | 10110101 | 10110 | 0 | 100 | 11010 | 10101010 | 10111 | 1000010 |
Color Harmonies of #93BCB5
Complementary color
Monochromatic Colors of #93BCB5
Black with #93BCB5
Text Example
Text Example
White with #93BCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BCB5; }
p { color: rgb(147,188,181); }
H1.HeaderClassName
{
color: #93BCB5;
}
.AnyTagClassName
{
color: #93BCB5;
}
</style>
background-color css
<style>
a { background-color: #93BCB5; }
a { background-color: rgb(147,188,181); }
div.DivClassName
{
background-color: #93BCB5;
}
.BgClassName
{
background-color: #93BCB5;
}
</style>
border-color css
<style>
span { border-color: #93BCB5; }
span { border-color: rgb(147,188,181); }
td.TdClassName
{
border-color: #93BCB5;
}
.TagClassName
{
border-color: #93BCB5;
}
</style>