Shades of Medium Sea Green #2FC080
Tints of Medium Sea Green #2FC080
RGB
CMYK
RGB Variations
Color information
#2FC080 (or 0x2FC080) is known color: Medium Sea Green. HEX triplet: 2F, C0 and 80. RGB value is (47,192,128). Sum of RGB (Red+Green+Blue) = 47+192+128=367 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.81% from 367); Green value is 192 (75.39% from 255 or 52.32% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 192 - color contains mainly: green. Hex color #2FC080 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FC080 is #D03F7F. Grayscale: #8D8D8D. Windows color (decimal): -13647744 or 8437807. OLE color: 8437807.
HSL color Cylindrical-coordinate representation of color #2FC080: hue angle of 153.52º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC080 is Cyan = 0.76, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 192 | 128 | - |
| CMYK | 0.76 | 0 | 0.33 | 0.25 |
| HSL | 153.52º | 0.61% | 0.47% | - |
| HSV(B) | 153.52º | 0.76% | 0.75% | - |
| XYZ | 23.92 | 39.86 | 26.86 | - |
| YUV | 141.35 | 120.46 | 60.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 192 | 128 | 0.76 | 0 | 0.33 | 0.25 | 153.52 | 0.61 | 0.47 |
| Hex | 2F | C0 | 80 | 4C | 0 | 21 | 19 | 9A | 3D | 2F |
| Octal | 57 | 300 | 200 | 114 | 0 | 41 | 31 | 232 | 75 | 57 |
| Binary | 101111 | 11000000 | 10000000 | 1001100 | 0 | 100001 | 11001 | 10011010 | 111101 | 101111 |
Color Harmonies of #2FC080
Complementary color
Monochromatic Colors of #2FC080
Black with #2FC080
Text Example
Text Example
White with #2FC080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC080; }
p { color: rgb(47,192,128); }
H1.HeaderClassName
{
color: #2FC080;
}
.AnyTagClassName
{
color: #2FC080;
}
</style>
background-color css
<style>
a { background-color: #2FC080; }
a { background-color: rgb(47,192,128); }
div.DivClassName
{
background-color: #2FC080;
}
.BgClassName
{
background-color: #2FC080;
}
</style>
border-color css
<style>
span { border-color: #2FC080; }
span { border-color: rgb(47,192,128); }
td.TdClassName
{
border-color: #2FC080;
}
.TagClassName
{
border-color: #2FC080;
}
</style>