Shades of Medium Sea Green #2BBA61
Tints of Medium Sea Green #2BBA61
RGB
CMYK
RGB Variations
Color information
#2BBA61 (or 0x2BBA61) is known color: Medium Sea Green. HEX triplet: 2B, BA and 61. RGB value is (43,186,97). Sum of RGB (Red+Green+Blue) = 43+186+97=326 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.19% from 326); Green value is 186 (73.05% from 255 or 57.06% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 186 - color contains mainly: green. Hex color #2BBA61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBA61 is #D4459E. Grayscale: #858585. Windows color (decimal): -13911455 or 6404651. OLE color: 6404651.
HSL color Cylindrical-coordinate representation of color #2BBA61: hue angle of 142.66º 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 #2BBA61 is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 186 | 97 | - |
| CMYK | 0.77 | 0 | 0.48 | 0.27 |
| HSL | 142.66º | 0.62% | 0.45% | - |
| HSV(B) | 142.66º | 0.77% | 0.73% | - |
| XYZ | 20.71 | 36.49 | 17.26 | - |
| YUV | 133.1 | 107.62 | 63.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 186 | 97 | 0.77 | 0 | 0.48 | 0.27 | 142.66 | 0.62 | 0.45 |
| Hex | 2B | BA | 61 | 4D | 0 | 30 | 1B | 8F | 3E | 2D |
| Octal | 53 | 272 | 141 | 115 | 0 | 60 | 33 | 217 | 76 | 55 |
| Binary | 101011 | 10111010 | 1100001 | 1001101 | 0 | 110000 | 11011 | 10001111 | 111110 | 101101 |
Color Harmonies of #2BBA61
Complementary color
Monochromatic Colors of #2BBA61
Black with #2BBA61
Text Example
Text Example
White with #2BBA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBA61; }
p { color: rgb(43,186,97); }
H1.HeaderClassName
{
color: #2BBA61;
}
.AnyTagClassName
{
color: #2BBA61;
}
</style>
background-color css
<style>
a { background-color: #2BBA61; }
a { background-color: rgb(43,186,97); }
div.DivClassName
{
background-color: #2BBA61;
}
.BgClassName
{
background-color: #2BBA61;
}
</style>
border-color css
<style>
span { border-color: #2BBA61; }
span { border-color: rgb(43,186,97); }
td.TdClassName
{
border-color: #2BBA61;
}
.TagClassName
{
border-color: #2BBA61;
}
</style>