Shades of Medium Sea Green #2FBC76
Tints of Medium Sea Green #2FBC76
RGB
CMYK
RGB Variations
Color information
#2FBC76 (or 0x2FBC76) is known color: Medium Sea Green. HEX triplet: 2F, BC and 76. RGB value is (47,188,118). Sum of RGB (Red+Green+Blue) = 47+188+118=353 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.31% from 353); Green value is 188 (73.83% from 255 or 53.26% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBC76 is #D04389. Grayscale: #898989. Windows color (decimal): -13648778 or 7781423. OLE color: 7781423.
HSL color Cylindrical-coordinate representation of color #2FBC76: hue angle of 150.21º 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 #2FBC76 is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 118 | - |
| CMYK | 0.75 | 0 | 0.37 | 0.26 |
| HSL | 150.21º | 0.6% | 0.46% | - |
| HSV(B) | 150.21º | 0.75% | 0.74% | - |
| XYZ | 22.43 | 37.88 | 23.27 | - |
| YUV | 137.86 | 116.79 | 63.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 118 | 0.75 | 0 | 0.37 | 0.26 | 150.21 | 0.6 | 0.46 |
| Hex | 2F | BC | 76 | 4B | 0 | 25 | 1A | 96 | 3C | 2E |
| Octal | 57 | 274 | 166 | 113 | 0 | 45 | 32 | 226 | 74 | 56 |
| Binary | 101111 | 10111100 | 1110110 | 1001011 | 0 | 100101 | 11010 | 10010110 | 111100 | 101110 |
Color Harmonies of #2FBC76
Complementary color
Monochromatic Colors of #2FBC76
Black with #2FBC76
Text Example
Text Example
White with #2FBC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBC76; }
p { color: rgb(47,188,118); }
H1.HeaderClassName
{
color: #2FBC76;
}
.AnyTagClassName
{
color: #2FBC76;
}
</style>
background-color css
<style>
a { background-color: #2FBC76; }
a { background-color: rgb(47,188,118); }
div.DivClassName
{
background-color: #2FBC76;
}
.BgClassName
{
background-color: #2FBC76;
}
</style>
border-color css
<style>
span { border-color: #2FBC76; }
span { border-color: rgb(47,188,118); }
td.TdClassName
{
border-color: #2FBC76;
}
.TagClassName
{
border-color: #2FBC76;
}
</style>