Shades of Shadow Green #93BBB8
Tints of Shadow Green #93BBB8
RGB
CMYK
RGB Variations
Color information
#93BBB8 (or 0x93BBB8) is known color: Shadow Green. HEX triplet: 93, BB and B8. RGB value is (147,187,184). Sum of RGB (Red+Green+Blue) = 147+187+184=518 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.38% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 184 (72.27% from 255 or 35.52% from 518); Max value from RGB is 187 - color contains mainly: green. Hex color #93BBB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BBB8 is #6C4447. Grayscale: #AEAEAE. Windows color (decimal): -7095368 or 12106643. OLE color: 12106643.
HSL color Cylindrical-coordinate representation of color #93BBB8: hue angle of 175.5º degrees, saturation: 0.23, 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 #93BBB8 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 187 | 184 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.27 |
| HSL | 175.5º | 0.23% | 0.65% | - |
| HSV(B) | 175.5º | 0.21% | 0.73% | - |
| XYZ | 38.45 | 45.2 | 52.05 | - |
| YUV | 174.7 | 133.25 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 187 | 184 | 0.21 | 0 | 0.02 | 0.27 | 175.5 | 0.23 | 0.65 |
| Hex | 93 | BB | B8 | 15 | 0 | 2 | 1B | B0 | 17 | 41 |
| Octal | 223 | 273 | 270 | 25 | 0 | 2 | 33 | 260 | 27 | 101 |
| Binary | 10010011 | 10111011 | 10111000 | 10101 | 0 | 10 | 11011 | 10110000 | 10111 | 1000001 |
Color Harmonies of #93BBB8
Complementary color
Monochromatic Colors of #93BBB8
Black with #93BBB8
Text Example
Text Example
White with #93BBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BBB8; }
p { color: rgb(147,187,184); }
H1.HeaderClassName
{
color: #93BBB8;
}
.AnyTagClassName
{
color: #93BBB8;
}
</style>
background-color css
<style>
a { background-color: #93BBB8; }
a { background-color: rgb(147,187,184); }
div.DivClassName
{
background-color: #93BBB8;
}
.BgClassName
{
background-color: #93BBB8;
}
</style>
border-color css
<style>
span { border-color: #93BBB8; }
span { border-color: rgb(147,187,184); }
td.TdClassName
{
border-color: #93BBB8;
}
.TagClassName
{
border-color: #93BBB8;
}
</style>