Shades of Medium Sea Green #2BBF73
Tints of Medium Sea Green #2BBF73
RGB
CMYK
RGB Variations
Color information
#2BBF73 (or 0x2BBF73) is known color: Medium Sea Green. HEX triplet: 2B, BF and 73. RGB value is (43,191,115). Sum of RGB (Red+Green+Blue) = 43+191+115=349 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.32% from 349); Green value is 191 (75% from 255 or 54.73% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 191 - color contains mainly: green. Hex color #2BBF73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBF73 is #D4408C. Grayscale: #8A8A8A. Windows color (decimal): -13910157 or 7585579. OLE color: 7585579.
HSL color Cylindrical-coordinate representation of color #2BBF73: hue angle of 149.19º 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 #2BBF73 is Cyan = 0.77, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 191 | 115 | - |
| CMYK | 0.77 | 0 | 0.40 | 0.25 |
| HSL | 149.19º | 0.63% | 0.46% | - |
| HSV(B) | 149.19º | 0.77% | 0.75% | - |
| XYZ | 22.72 | 39.01 | 22.55 | - |
| YUV | 138.08 | 114.97 | 60.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 191 | 115 | 0.77 | 0 | 0.40 | 0.25 | 149.19 | 0.63 | 0.46 |
| Hex | 2B | BF | 73 | 4D | 0 | 28 | 19 | 95 | 3F | 2E |
| Octal | 53 | 277 | 163 | 115 | 0 | 50 | 31 | 225 | 77 | 56 |
| Binary | 101011 | 10111111 | 1110011 | 1001101 | 0 | 101000 | 11001 | 10010101 | 111111 | 101110 |
Color Harmonies of #2BBF73
Complementary color
Monochromatic Colors of #2BBF73
Black with #2BBF73
Text Example
Text Example
White with #2BBF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBF73; }
p { color: rgb(43,191,115); }
H1.HeaderClassName
{
color: #2BBF73;
}
.AnyTagClassName
{
color: #2BBF73;
}
</style>
background-color css
<style>
a { background-color: #2BBF73; }
a { background-color: rgb(43,191,115); }
div.DivClassName
{
background-color: #2BBF73;
}
.BgClassName
{
background-color: #2BBF73;
}
</style>
border-color css
<style>
span { border-color: #2BBF73; }
span { border-color: rgb(43,191,115); }
td.TdClassName
{
border-color: #2BBF73;
}
.TagClassName
{
border-color: #2BBF73;
}
</style>