Shades of Shadow Green #93BBAF
Tints of Shadow Green #93BBAF
RGB
CMYK
RGB Variations
Color information
#93BBAF (or 0x93BBAF) is known color: Shadow Green. HEX triplet: 93, BB and AF. RGB value is (147,187,175). Sum of RGB (Red+Green+Blue) = 147+187+175=509 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.88% from 509); Green value is 187 (73.44% from 255 or 36.74% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 187 - color contains mainly: green. Hex color #93BBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BBAF is #6C4450. Grayscale: #ADADAD. Windows color (decimal): -7095377 or 11516819. OLE color: 11516819.
HSL color Cylindrical-coordinate representation of color #93BBAF: hue angle of 162º 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 #93BBAF is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 187 | 175 | - |
| CMYK | 0.21 | 0 | 0.06 | 0.27 |
| HSL | 162º | 0.23% | 0.65% | - |
| HSV(B) | 162º | 0.21% | 0.73% | - |
| XYZ | 37.54 | 44.84 | 47.23 | - |
| YUV | 173.67 | 128.75 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 187 | 175 | 0.21 | 0 | 0.06 | 0.27 | 162 | 0.23 | 0.65 |
| Hex | 93 | BB | AF | 15 | 0 | 6 | 1B | A2 | 17 | 41 |
| Octal | 223 | 273 | 257 | 25 | 0 | 6 | 33 | 242 | 27 | 101 |
| Binary | 10010011 | 10111011 | 10101111 | 10101 | 0 | 110 | 11011 | 10100010 | 10111 | 1000001 |
Color Harmonies of #93BBAF
Complementary color
Monochromatic Colors of #93BBAF
Black with #93BBAF
Text Example
Text Example
White with #93BBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BBAF; }
p { color: rgb(147,187,175); }
H1.HeaderClassName
{
color: #93BBAF;
}
.AnyTagClassName
{
color: #93BBAF;
}
</style>
background-color css
<style>
a { background-color: #93BBAF; }
a { background-color: rgb(147,187,175); }
div.DivClassName
{
background-color: #93BBAF;
}
.BgClassName
{
background-color: #93BBAF;
}
</style>
border-color css
<style>
span { border-color: #93BBAF; }
span { border-color: rgb(147,187,175); }
td.TdClassName
{
border-color: #93BBAF;
}
.TagClassName
{
border-color: #93BBAF;
}
</style>