Shades of Medium Sea Green #2BBF72
Tints of Medium Sea Green #2BBF72
RGB
CMYK
RGB Variations
Color information
#2BBF72 (or 0x2BBF72) is known color: Medium Sea Green. HEX triplet: 2B, BF and 72. RGB value is (43,191,114). Sum of RGB (Red+Green+Blue) = 43+191+114=348 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.36% from 348); Green value is 191 (75% from 255 or 54.89% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 191 - color contains mainly: green. Hex color #2BBF72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBF72 is #D4408D. Grayscale: #8A8A8A. Windows color (decimal): -13910158 or 7520043. OLE color: 7520043.
HSL color Cylindrical-coordinate representation of color #2BBF72: hue angle of 148.78º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBF72 is Cyan = 0.77, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 191 | 114 | - |
| CMYK | 0.77 | 0 | 0.40 | 0.25 |
| HSL | 148.78º | 0.63% | 0.46% | - |
| HSV(B) | 148.78º | 0.77% | 0.75% | - |
| XYZ | 22.66 | 38.99 | 22.25 | - |
| YUV | 137.97 | 114.47 | 60.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 191 | 114 | 0.77 | 0 | 0.40 | 0.25 | 148.78 | 0.63 | 0.46 |
| Hex | 2B | BF | 72 | 4D | 0 | 28 | 19 | 95 | 3F | 2E |
| Octal | 53 | 277 | 162 | 115 | 0 | 50 | 31 | 225 | 77 | 56 |
| Binary | 101011 | 10111111 | 1110010 | 1001101 | 0 | 101000 | 11001 | 10010101 | 111111 | 101110 |
Color Harmonies of #2BBF72
Complementary color
Monochromatic Colors of #2BBF72
Black with #2BBF72
Text Example
Text Example
White with #2BBF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBF72; }
p { color: rgb(43,191,114); }
H1.HeaderClassName
{
color: #2BBF72;
}
.AnyTagClassName
{
color: #2BBF72;
}
</style>
background-color css
<style>
a { background-color: #2BBF72; }
a { background-color: rgb(43,191,114); }
div.DivClassName
{
background-color: #2BBF72;
}
.BgClassName
{
background-color: #2BBF72;
}
</style>
border-color css
<style>
span { border-color: #2BBF72; }
span { border-color: rgb(43,191,114); }
td.TdClassName
{
border-color: #2BBF72;
}
.TagClassName
{
border-color: #2BBF72;
}
</style>