Shades of Medium Sea Green #2FBC7E
Tints of Medium Sea Green #2FBC7E
RGB
CMYK
RGB Variations
Color information
#2FBC7E (or 0x2FBC7E) is known color: Medium Sea Green. HEX triplet: 2F, BC and 7E. RGB value is (47,188,126). Sum of RGB (Red+Green+Blue) = 47+188+126=361 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.02% from 361); Green value is 188 (73.83% from 255 or 52.08% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBC7E is #D04381. Grayscale: #8A8A8A. Windows color (decimal): -13648770 or 8305711. OLE color: 8305711.
HSL color Cylindrical-coordinate representation of color #2FBC7E: hue angle of 153.62º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBC7E is Cyan = 0.75, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 126 | - |
| CMYK | 0.75 | 0 | 0.33 | 0.26 |
| HSL | 153.62º | 0.6% | 0.46% | - |
| HSV(B) | 153.62º | 0.75% | 0.74% | - |
| XYZ | 22.92 | 38.08 | 25.88 | - |
| YUV | 138.77 | 120.79 | 62.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 126 | 0.75 | 0 | 0.33 | 0.26 | 153.62 | 0.6 | 0.46 |
| Hex | 2F | BC | 7E | 4B | 0 | 21 | 1A | 9A | 3C | 2E |
| Octal | 57 | 274 | 176 | 113 | 0 | 41 | 32 | 232 | 74 | 56 |
| Binary | 101111 | 10111100 | 1111110 | 1001011 | 0 | 100001 | 11010 | 10011010 | 111100 | 101110 |
Color Harmonies of #2FBC7E
Complementary color
Monochromatic Colors of #2FBC7E
Black with #2FBC7E
Text Example
Text Example
White with #2FBC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBC7E; }
p { color: rgb(47,188,126); }
H1.HeaderClassName
{
color: #2FBC7E;
}
.AnyTagClassName
{
color: #2FBC7E;
}
</style>
background-color css
<style>
a { background-color: #2FBC7E; }
a { background-color: rgb(47,188,126); }
div.DivClassName
{
background-color: #2FBC7E;
}
.BgClassName
{
background-color: #2FBC7E;
}
</style>
border-color css
<style>
span { border-color: #2FBC7E; }
span { border-color: rgb(47,188,126); }
td.TdClassName
{
border-color: #2FBC7E;
}
.TagClassName
{
border-color: #2FBC7E;
}
</style>