Shades of Medium Sea Green #47BA85
Tints of Medium Sea Green #47BA85
RGB
CMYK
RGB Variations
Color information
#47BA85 (or 0x47BA85) is known color: Medium Sea Green. HEX triplet: 47, BA and 85. RGB value is (71,186,133). Sum of RGB (Red+Green+Blue) = 71+186+133=390 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.21% from 390); Green value is 186 (73.05% from 255 or 47.69% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 186 - color contains mainly: green. Hex color #47BA85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47BA85 is #B8457A. Grayscale: #919191. Windows color (decimal): -12076411 or 8763975. OLE color: 8763975.
HSL color Cylindrical-coordinate representation of color #47BA85: hue angle of 152.35º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47BA85 is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 186 | 133 | - |
| CMYK | 0.62 | 0 | 0.28 | 0.27 |
| HSL | 152.35º | 0.45% | 0.5% | - |
| HSV(B) | 152.35º | 0.62% | 0.73% | - |
| XYZ | 24.39 | 38.15 | 28.27 | - |
| YUV | 145.57 | 120.9 | 74.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 186 | 133 | 0.62 | 0 | 0.28 | 0.27 | 152.35 | 0.45 | 0.5 |
| Hex | 47 | BA | 85 | 3E | 0 | 1C | 1B | 98 | 2D | 32 |
| Octal | 107 | 272 | 205 | 76 | 0 | 34 | 33 | 230 | 55 | 62 |
| Binary | 1000111 | 10111010 | 10000101 | 111110 | 0 | 11100 | 11011 | 10011000 | 101101 | 110010 |
Color Harmonies of #47BA85
Complementary color
Monochromatic Colors of #47BA85
Black with #47BA85
Text Example
Text Example
White with #47BA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BA85; }
p { color: rgb(71,186,133); }
H1.HeaderClassName
{
color: #47BA85;
}
.AnyTagClassName
{
color: #47BA85;
}
</style>
background-color css
<style>
a { background-color: #47BA85; }
a { background-color: rgb(71,186,133); }
div.DivClassName
{
background-color: #47BA85;
}
.BgClassName
{
background-color: #47BA85;
}
</style>
border-color css
<style>
span { border-color: #47BA85; }
span { border-color: rgb(71,186,133); }
td.TdClassName
{
border-color: #47BA85;
}
.TagClassName
{
border-color: #47BA85;
}
</style>