Shades of Medium Sea Green #2BBA78
Tints of Medium Sea Green #2BBA78
RGB
CMYK
RGB Variations
Color information
#2BBA78 (or 0x2BBA78) is known color: Medium Sea Green. HEX triplet: 2B, BA and 78. RGB value is (43,186,120). Sum of RGB (Red+Green+Blue) = 43+186+120=349 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.32% from 349); Green value is 186 (73.05% from 255 or 53.30% from 349); Blue value is 120 (47.27% from 255 or 34.38% from 349); Max value from RGB is 186 - color contains mainly: green. Hex color #2BBA78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBA78 is #D44587. Grayscale: #878787. Windows color (decimal): -13911432 or 7911979. OLE color: 7911979.
HSL color Cylindrical-coordinate representation of color #2BBA78: hue angle of 152.31º 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 #2BBA78 is Cyan = 0.77, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 186 | 120 | - |
| CMYK | 0.77 | 0 | 0.35 | 0.27 |
| HSL | 152.31º | 0.62% | 0.45% | - |
| HSV(B) | 152.31º | 0.77% | 0.73% | - |
| XYZ | 21.95 | 36.99 | 23.75 | - |
| YUV | 135.72 | 119.12 | 61.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 186 | 120 | 0.77 | 0 | 0.35 | 0.27 | 152.31 | 0.62 | 0.45 |
| Hex | 2B | BA | 78 | 4D | 0 | 23 | 1B | 98 | 3E | 2D |
| Octal | 53 | 272 | 170 | 115 | 0 | 43 | 33 | 230 | 76 | 55 |
| Binary | 101011 | 10111010 | 1111000 | 1001101 | 0 | 100011 | 11011 | 10011000 | 111110 | 101101 |
Color Harmonies of #2BBA78
Complementary color
Monochromatic Colors of #2BBA78
Black with #2BBA78
Text Example
Text Example
White with #2BBA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBA78; }
p { color: rgb(43,186,120); }
H1.HeaderClassName
{
color: #2BBA78;
}
.AnyTagClassName
{
color: #2BBA78;
}
</style>
background-color css
<style>
a { background-color: #2BBA78; }
a { background-color: rgb(43,186,120); }
div.DivClassName
{
background-color: #2BBA78;
}
.BgClassName
{
background-color: #2BBA78;
}
</style>
border-color css
<style>
span { border-color: #2BBA78; }
span { border-color: rgb(43,186,120); }
td.TdClassName
{
border-color: #2BBA78;
}
.TagClassName
{
border-color: #2BBA78;
}
</style>