Shades of Shadow Green #93BCBA
Tints of Shadow Green #93BCBA
RGB
CMYK
RGB Variations
Color information
#93BCBA (or 0x93BCBA) is known color: Shadow Green. HEX triplet: 93, BC and BA. RGB value is (147,188,186). Sum of RGB (Red+Green+Blue) = 147+188+186=521 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.21% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 188 - color contains mainly: green. Hex color #93BCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BCBA is #6C4345. Grayscale: #AFAFAF. Windows color (decimal): -7095110 or 12237971. OLE color: 12237971.
HSL color Cylindrical-coordinate representation of color #93BCBA: hue angle of 177.07º 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 #93BCBA is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 188 | 186 | - |
| CMYK | 0.22 | 0 | 0.01 | 0.26 |
| HSL | 177.07º | 0.23% | 0.66% | - |
| HSV(B) | 177.07º | 0.22% | 0.74% | - |
| XYZ | 38.88 | 45.71 | 53.23 | - |
| YUV | 175.51 | 133.92 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 188 | 186 | 0.22 | 0 | 0.01 | 0.26 | 177.07 | 0.23 | 0.66 |
| Hex | 93 | BC | BA | 16 | 0 | 1 | 1A | B1 | 17 | 42 |
| Octal | 223 | 274 | 272 | 26 | 0 | 1 | 32 | 261 | 27 | 102 |
| Binary | 10010011 | 10111100 | 10111010 | 10110 | 0 | 1 | 11010 | 10110001 | 10111 | 1000010 |
Color Harmonies of #93BCBA
Complementary color
Monochromatic Colors of #93BCBA
Black with #93BCBA
Text Example
Text Example
White with #93BCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BCBA; }
p { color: rgb(147,188,186); }
H1.HeaderClassName
{
color: #93BCBA;
}
.AnyTagClassName
{
color: #93BCBA;
}
</style>
background-color css
<style>
a { background-color: #93BCBA; }
a { background-color: rgb(147,188,186); }
div.DivClassName
{
background-color: #93BCBA;
}
.BgClassName
{
background-color: #93BCBA;
}
</style>
border-color css
<style>
span { border-color: #93BCBA; }
span { border-color: rgb(147,188,186); }
td.TdClassName
{
border-color: #93BCBA;
}
.TagClassName
{
border-color: #93BCBA;
}
</style>