Shades of Medium Sea Green #2FBA7B
Tints of Medium Sea Green #2FBA7B
RGB
CMYK
RGB Variations
Color information
#2FBA7B (or 0x2FBA7B) is known color: Medium Sea Green. HEX triplet: 2F, BA and 7B. RGB value is (47,186,123). Sum of RGB (Red+Green+Blue) = 47+186+123=356 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.20% from 356); Green value is 186 (73.05% from 255 or 52.25% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBA7B is #D04584. Grayscale: #898989. Windows color (decimal): -13649285 or 8108591. OLE color: 8108591.
HSL color Cylindrical-coordinate representation of color #2FBA7B: hue angle of 152.81º 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 #2FBA7B is Cyan = 0.75, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 186 | 123 | - |
| CMYK | 0.75 | 0 | 0.34 | 0.27 |
| HSL | 152.81º | 0.6% | 0.46% | - |
| HSV(B) | 152.81º | 0.75% | 0.73% | - |
| XYZ | 22.31 | 37.15 | 24.73 | - |
| YUV | 137.26 | 119.95 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 186 | 123 | 0.75 | 0 | 0.34 | 0.27 | 152.81 | 0.6 | 0.46 |
| Hex | 2F | BA | 7B | 4B | 0 | 22 | 1B | 99 | 3C | 2E |
| Octal | 57 | 272 | 173 | 113 | 0 | 42 | 33 | 231 | 74 | 56 |
| Binary | 101111 | 10111010 | 1111011 | 1001011 | 0 | 100010 | 11011 | 10011001 | 111100 | 101110 |
Color Harmonies of #2FBA7B
Complementary color
Monochromatic Colors of #2FBA7B
Black with #2FBA7B
Text Example
Text Example
White with #2FBA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBA7B; }
p { color: rgb(47,186,123); }
H1.HeaderClassName
{
color: #2FBA7B;
}
.AnyTagClassName
{
color: #2FBA7B;
}
</style>
background-color css
<style>
a { background-color: #2FBA7B; }
a { background-color: rgb(47,186,123); }
div.DivClassName
{
background-color: #2FBA7B;
}
.BgClassName
{
background-color: #2FBA7B;
}
</style>
border-color css
<style>
span { border-color: #2FBA7B; }
span { border-color: rgb(47,186,123); }
td.TdClassName
{
border-color: #2FBA7B;
}
.TagClassName
{
border-color: #2FBA7B;
}
</style>