Shades of Medium Sea Green #47B980
Tints of Medium Sea Green #47B980
RGB
CMYK
RGB Variations
Color information
#47B980 (or 0x47B980) is known color: Medium Sea Green. HEX triplet: 47, B9 and 80. RGB value is (71,185,128). Sum of RGB (Red+Green+Blue) = 71+185+128=384 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.49% from 384); Green value is 185 (72.66% from 255 or 48.18% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 185 - color contains mainly: green. Hex color #47B980 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47B980 is #B8467F. Grayscale: #909090. Windows color (decimal): -12076672 or 8436039. OLE color: 8436039.
HSL color Cylindrical-coordinate representation of color #47B980: hue angle of 150º 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 #47B980 is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 185 | 128 | - |
| CMYK | 0.62 | 0 | 0.31 | 0.27 |
| HSL | 150º | 0.45% | 0.5% | - |
| HSV(B) | 150º | 0.62% | 0.73% | - |
| XYZ | 23.84 | 37.6 | 26.42 | - |
| YUV | 144.42 | 118.73 | 75.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 185 | 128 | 0.62 | 0 | 0.31 | 0.27 | 150 | 0.45 | 0.5 |
| Hex | 47 | B9 | 80 | 3E | 0 | 1F | 1B | 96 | 2D | 32 |
| Octal | 107 | 271 | 200 | 76 | 0 | 37 | 33 | 226 | 55 | 62 |
| Binary | 1000111 | 10111001 | 10000000 | 111110 | 0 | 11111 | 11011 | 10010110 | 101101 | 110010 |
Color Harmonies of #47B980
Complementary color
Monochromatic Colors of #47B980
Black with #47B980
Text Example
Text Example
White with #47B980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B980; }
p { color: rgb(71,185,128); }
H1.HeaderClassName
{
color: #47B980;
}
.AnyTagClassName
{
color: #47B980;
}
</style>
background-color css
<style>
a { background-color: #47B980; }
a { background-color: rgb(71,185,128); }
div.DivClassName
{
background-color: #47B980;
}
.BgClassName
{
background-color: #47B980;
}
</style>
border-color css
<style>
span { border-color: #47B980; }
span { border-color: rgb(71,185,128); }
td.TdClassName
{
border-color: #47B980;
}
.TagClassName
{
border-color: #47B980;
}
</style>