Shades of Medium Sea Green #2BBA5A
Tints of Medium Sea Green #2BBA5A
RGB
CMYK
RGB Variations
Color information
#2BBA5A (or 0x2BBA5A) is known color: Medium Sea Green. HEX triplet: 2B, BA and 5A. RGB value is (43,186,90). Sum of RGB (Red+Green+Blue) = 43+186+90=319 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.48% from 319); Green value is 186 (73.05% from 255 or 58.31% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 186 - color contains mainly: green. Hex color #2BBA5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBA5A is #D445A5. Grayscale: #848484. Windows color (decimal): -13911462 or 5945899. OLE color: 5945899.
HSL color Cylindrical-coordinate representation of color #2BBA5A: hue angle of 139.72º 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 #2BBA5A is Cyan = 0.77, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 186 | 90 | - |
| CMYK | 0.77 | 0 | 0.52 | 0.27 |
| HSL | 139.72º | 0.62% | 0.45% | - |
| HSV(B) | 139.72º | 0.77% | 0.73% | - |
| XYZ | 20.4 | 36.37 | 15.62 | - |
| YUV | 132.3 | 104.12 | 64.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 186 | 90 | 0.77 | 0 | 0.52 | 0.27 | 139.72 | 0.62 | 0.45 |
| Hex | 2B | BA | 5A | 4D | 0 | 34 | 1B | 8C | 3E | 2D |
| Octal | 53 | 272 | 132 | 115 | 0 | 64 | 33 | 214 | 76 | 55 |
| Binary | 101011 | 10111010 | 1011010 | 1001101 | 0 | 110100 | 11011 | 10001100 | 111110 | 101101 |
Color Harmonies of #2BBA5A
Complementary color
Monochromatic Colors of #2BBA5A
Black with #2BBA5A
Text Example
Text Example
White with #2BBA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBA5A; }
p { color: rgb(43,186,90); }
H1.HeaderClassName
{
color: #2BBA5A;
}
.AnyTagClassName
{
color: #2BBA5A;
}
</style>
background-color css
<style>
a { background-color: #2BBA5A; }
a { background-color: rgb(43,186,90); }
div.DivClassName
{
background-color: #2BBA5A;
}
.BgClassName
{
background-color: #2BBA5A;
}
</style>
border-color css
<style>
span { border-color: #2BBA5A; }
span { border-color: rgb(43,186,90); }
td.TdClassName
{
border-color: #2BBA5A;
}
.TagClassName
{
border-color: #2BBA5A;
}
</style>