Shades of Medium Sea Green #2FAE76
Tints of Medium Sea Green #2FAE76
RGB
CMYK
RGB Variations
Color information
#2FAE76 (or 0x2FAE76) is known color: Medium Sea Green. HEX triplet: 2F, AE and 76. RGB value is (47,174,118). Sum of RGB (Red+Green+Blue) = 47+174+118=339 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.86% from 339); Green value is 174 (68.36% from 255 or 51.33% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 174 - color contains mainly: green. Hex color #2FAE76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAE76 is #D05189. Grayscale: #818181. Windows color (decimal): -13652362 or 7777839. OLE color: 7777839.
HSL color Cylindrical-coordinate representation of color #2FAE76: hue angle of 153.54º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FAE76 is Cyan = 0.73, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 47 | 174 | 118 | - |
| CMYK | 0.73 | 0 | 0.32 | 0.32 |
| HSL | 153.54º | 0.57% | 0.43% | - |
| HSV(B) | 153.54º | 0.73% | 0.68% | - |
| XYZ | 19.58 | 32.18 | 22.32 | - |
| YUV | 129.64 | 121.42 | 69.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 174 | 118 | 0.73 | 0 | 0.32 | 0.32 | 153.54 | 0.57 | 0.43 |
| Hex | 2F | AE | 76 | 49 | 0 | 20 | 20 | 9A | 39 | 2B |
| Octal | 57 | 256 | 166 | 111 | 0 | 40 | 40 | 232 | 71 | 53 |
| Binary | 101111 | 10101110 | 1110110 | 1001001 | 0 | 100000 | 100000 | 10011010 | 111001 | 101011 |
Color Harmonies of #2FAE76
Complementary color
Monochromatic Colors of #2FAE76
Black with #2FAE76
Text Example
Text Example
White with #2FAE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FAE76; }
p { color: rgb(47,174,118); }
H1.HeaderClassName
{
color: #2FAE76;
}
.AnyTagClassName
{
color: #2FAE76;
}
</style>
background-color css
<style>
a { background-color: #2FAE76; }
a { background-color: rgb(47,174,118); }
div.DivClassName
{
background-color: #2FAE76;
}
.BgClassName
{
background-color: #2FAE76;
}
</style>
border-color css
<style>
span { border-color: #2FAE76; }
span { border-color: rgb(47,174,118); }
td.TdClassName
{
border-color: #2FAE76;
}
.TagClassName
{
border-color: #2FAE76;
}
</style>