Shades of Medium Sea Green #2FBC7A
Tints of Medium Sea Green #2FBC7A
RGB
CMYK
RGB Variations
Color information
#2FBC7A (or 0x2FBC7A) is known color: Medium Sea Green. HEX triplet: 2F, BC and 7A. RGB value is (47,188,122). Sum of RGB (Red+Green+Blue) = 47+188+122=357 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.17% from 357); Green value is 188 (73.83% from 255 or 52.66% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBC7A is #D04385. Grayscale: #8A8A8A. Windows color (decimal): -13648774 or 8043567. OLE color: 8043567.
HSL color Cylindrical-coordinate representation of color #2FBC7A: hue angle of 151.91º 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 #2FBC7A is Cyan = 0.75, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 122 | - |
| CMYK | 0.75 | 0 | 0.35 | 0.26 |
| HSL | 151.91º | 0.6% | 0.46% | - |
| HSV(B) | 151.91º | 0.75% | 0.74% | - |
| XYZ | 22.67 | 37.98 | 24.55 | - |
| YUV | 138.32 | 118.79 | 62.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 122 | 0.75 | 0 | 0.35 | 0.26 | 151.91 | 0.6 | 0.46 |
| Hex | 2F | BC | 7A | 4B | 0 | 23 | 1A | 98 | 3C | 2E |
| Octal | 57 | 274 | 172 | 113 | 0 | 43 | 32 | 230 | 74 | 56 |
| Binary | 101111 | 10111100 | 1111010 | 1001011 | 0 | 100011 | 11010 | 10011000 | 111100 | 101110 |
Color Harmonies of #2FBC7A
Complementary color
Monochromatic Colors of #2FBC7A
Black with #2FBC7A
Text Example
Text Example
White with #2FBC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBC7A; }
p { color: rgb(47,188,122); }
H1.HeaderClassName
{
color: #2FBC7A;
}
.AnyTagClassName
{
color: #2FBC7A;
}
</style>
background-color css
<style>
a { background-color: #2FBC7A; }
a { background-color: rgb(47,188,122); }
div.DivClassName
{
background-color: #2FBC7A;
}
.BgClassName
{
background-color: #2FBC7A;
}
</style>
border-color css
<style>
span { border-color: #2FBC7A; }
span { border-color: rgb(47,188,122); }
td.TdClassName
{
border-color: #2FBC7A;
}
.TagClassName
{
border-color: #2FBC7A;
}
</style>