Shades of Shadow Green #93BFBA
Tints of Shadow Green #93BFBA
RGB
CMYK
RGB Variations
Color information
#93BFBA (or 0x93BFBA) is known color: Shadow Green. HEX triplet: 93, BF and BA. RGB value is (147,191,186). Sum of RGB (Red+Green+Blue) = 147+191+186=524 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.05% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 191 - color contains mainly: green. Hex color #93BFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BFBA is #6C4045. Grayscale: #B1B1B1. Windows color (decimal): -7094342 or 12238739. OLE color: 12238739.
HSL color Cylindrical-coordinate representation of color #93BFBA: hue angle of 173.18º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #93BFBA is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 191 | 186 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.25 |
| HSL | 173.18º | 0.26% | 0.66% | - |
| HSV(B) | 173.18º | 0.23% | 0.75% | - |
| XYZ | 39.53 | 47.01 | 53.44 | - |
| YUV | 177.27 | 132.92 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 191 | 186 | 0.23 | 0 | 0.03 | 0.25 | 173.18 | 0.26 | 0.66 |
| Hex | 93 | BF | BA | 17 | 0 | 3 | 19 | AD | 1A | 42 |
| Octal | 223 | 277 | 272 | 27 | 0 | 3 | 31 | 255 | 32 | 102 |
| Binary | 10010011 | 10111111 | 10111010 | 10111 | 0 | 11 | 11001 | 10101101 | 11010 | 1000010 |
Color Harmonies of #93BFBA
Complementary color
Monochromatic Colors of #93BFBA
Black with #93BFBA
Text Example
Text Example
White with #93BFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BFBA; }
p { color: rgb(147,191,186); }
H1.HeaderClassName
{
color: #93BFBA;
}
.AnyTagClassName
{
color: #93BFBA;
}
</style>
background-color css
<style>
a { background-color: #93BFBA; }
a { background-color: rgb(147,191,186); }
div.DivClassName
{
background-color: #93BFBA;
}
.BgClassName
{
background-color: #93BFBA;
}
</style>
border-color css
<style>
span { border-color: #93BFBA; }
span { border-color: rgb(147,191,186); }
td.TdClassName
{
border-color: #93BFBA;
}
.TagClassName
{
border-color: #93BFBA;
}
</style>