Shades of Medium Sea Green #2FBB7A
Tints of Medium Sea Green #2FBB7A
RGB
CMYK
RGB Variations
Color information
#2FBB7A (or 0x2FBB7A) is known color: Medium Sea Green. HEX triplet: 2F, BB and 7A. RGB value is (47,187,122). Sum of RGB (Red+Green+Blue) = 47+187+122=356 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.20% from 356); Green value is 187 (73.44% from 255 or 52.53% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 187 - color contains mainly: green. Hex color #2FBB7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBB7A is #D04485. Grayscale: #898989. Windows color (decimal): -13649030 or 8043311. OLE color: 8043311.
HSL color Cylindrical-coordinate representation of color #2FBB7A: hue angle of 152.14º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBB7A is Cyan = 0.75, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 187 | 122 | - |
| CMYK | 0.75 | 0 | 0.35 | 0.27 |
| HSL | 152.14º | 0.6% | 0.46% | - |
| HSV(B) | 152.14º | 0.75% | 0.73% | - |
| XYZ | 22.46 | 37.55 | 24.48 | - |
| YUV | 137.73 | 119.12 | 63.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 187 | 122 | 0.75 | 0 | 0.35 | 0.27 | 152.14 | 0.6 | 0.46 |
| Hex | 2F | BB | 7A | 4B | 0 | 23 | 1B | 98 | 3C | 2E |
| Octal | 57 | 273 | 172 | 113 | 0 | 43 | 33 | 230 | 74 | 56 |
| Binary | 101111 | 10111011 | 1111010 | 1001011 | 0 | 100011 | 11011 | 10011000 | 111100 | 101110 |
Color Harmonies of #2FBB7A
Complementary color
Monochromatic Colors of #2FBB7A
Black with #2FBB7A
Text Example
Text Example
White with #2FBB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBB7A; }
p { color: rgb(47,187,122); }
H1.HeaderClassName
{
color: #2FBB7A;
}
.AnyTagClassName
{
color: #2FBB7A;
}
</style>
background-color css
<style>
a { background-color: #2FBB7A; }
a { background-color: rgb(47,187,122); }
div.DivClassName
{
background-color: #2FBB7A;
}
.BgClassName
{
background-color: #2FBB7A;
}
</style>
border-color css
<style>
span { border-color: #2FBB7A; }
span { border-color: rgb(47,187,122); }
td.TdClassName
{
border-color: #2FBB7A;
}
.TagClassName
{
border-color: #2FBB7A;
}
</style>