Shades of Medium Sea Green #2BBA59
Tints of Medium Sea Green #2BBA59
RGB
CMYK
RGB Variations
Color information
#2BBA59 (or 0x2BBA59) is known color: Medium Sea Green. HEX triplet: 2B, BA and 59. RGB value is (43,186,89). Sum of RGB (Red+Green+Blue) = 43+186+89=318 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.52% from 318); Green value is 186 (73.05% from 255 or 58.49% from 318); Blue value is 89 (35.16% from 255 or 27.99% from 318); Max value from RGB is 186 - color contains mainly: green. Hex color #2BBA59 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBA59 is #D445A6. Grayscale: #848484. Windows color (decimal): -13911463 or 5880363. OLE color: 5880363.
HSL color Cylindrical-coordinate representation of color #2BBA59: hue angle of 139.3º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBA59 is Cyan = 0.77, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 186 | 89 | - |
| CMYK | 0.77 | 0 | 0.52 | 0.27 |
| HSL | 139.3º | 0.62% | 0.45% | - |
| HSV(B) | 139.3º | 0.77% | 0.73% | - |
| XYZ | 20.36 | 36.35 | 15.39 | - |
| YUV | 132.19 | 103.62 | 64.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 186 | 89 | 0.77 | 0 | 0.52 | 0.27 | 139.3 | 0.62 | 0.45 |
| Hex | 2B | BA | 59 | 4D | 0 | 34 | 1B | 8B | 3E | 2D |
| Octal | 53 | 272 | 131 | 115 | 0 | 64 | 33 | 213 | 76 | 55 |
| Binary | 101011 | 10111010 | 1011001 | 1001101 | 0 | 110100 | 11011 | 10001011 | 111110 | 101101 |
Color Harmonies of #2BBA59
Complementary color
Monochromatic Colors of #2BBA59
Black with #2BBA59
Text Example
Text Example
White with #2BBA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBA59; }
p { color: rgb(43,186,89); }
H1.HeaderClassName
{
color: #2BBA59;
}
.AnyTagClassName
{
color: #2BBA59;
}
</style>
background-color css
<style>
a { background-color: #2BBA59; }
a { background-color: rgb(43,186,89); }
div.DivClassName
{
background-color: #2BBA59;
}
.BgClassName
{
background-color: #2BBA59;
}
</style>
border-color css
<style>
span { border-color: #2BBA59; }
span { border-color: rgb(43,186,89); }
td.TdClassName
{
border-color: #2BBA59;
}
.TagClassName
{
border-color: #2BBA59;
}
</style>