Shades of Medium Sea Green #2BBA76
Tints of Medium Sea Green #2BBA76
RGB
CMYK
RGB Variations
Color information
#2BBA76 (or 0x2BBA76) is known color: Medium Sea Green. HEX triplet: 2B, BA and 76. RGB value is (43,186,118). Sum of RGB (Red+Green+Blue) = 43+186+118=347 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.39% from 347); Green value is 186 (73.05% from 255 or 53.60% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 186 - color contains mainly: green. Hex color #2BBA76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBA76 is #D44589. Grayscale: #878787. Windows color (decimal): -13911434 or 7780907. OLE color: 7780907.
HSL color Cylindrical-coordinate representation of color #2BBA76: hue angle of 151.47º 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 #2BBA76 is Cyan = 0.77, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 186 | 118 | - |
| CMYK | 0.77 | 0 | 0.37 | 0.27 |
| HSL | 151.47º | 0.62% | 0.45% | - |
| HSV(B) | 151.47º | 0.77% | 0.73% | - |
| XYZ | 21.83 | 36.94 | 23.12 | - |
| YUV | 135.49 | 118.12 | 62.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 186 | 118 | 0.77 | 0 | 0.37 | 0.27 | 151.47 | 0.62 | 0.45 |
| Hex | 2B | BA | 76 | 4D | 0 | 25 | 1B | 97 | 3E | 2D |
| Octal | 53 | 272 | 166 | 115 | 0 | 45 | 33 | 227 | 76 | 55 |
| Binary | 101011 | 10111010 | 1110110 | 1001101 | 0 | 100101 | 11011 | 10010111 | 111110 | 101101 |
Color Harmonies of #2BBA76
Complementary color
Monochromatic Colors of #2BBA76
Black with #2BBA76
Text Example
Text Example
White with #2BBA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBA76; }
p { color: rgb(43,186,118); }
H1.HeaderClassName
{
color: #2BBA76;
}
.AnyTagClassName
{
color: #2BBA76;
}
</style>
background-color css
<style>
a { background-color: #2BBA76; }
a { background-color: rgb(43,186,118); }
div.DivClassName
{
background-color: #2BBA76;
}
.BgClassName
{
background-color: #2BBA76;
}
</style>
border-color css
<style>
span { border-color: #2BBA76; }
span { border-color: rgb(43,186,118); }
td.TdClassName
{
border-color: #2BBA76;
}
.TagClassName
{
border-color: #2BBA76;
}
</style>