Shades of Medium Sea Green #2BBE71
Tints of Medium Sea Green #2BBE71
RGB
CMYK
RGB Variations
Color information
#2BBE71 (or 0x2BBE71) is known color: Medium Sea Green. HEX triplet: 2B, BE and 71. RGB value is (43,190,113). Sum of RGB (Red+Green+Blue) = 43+190+113=346 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.43% from 346); Green value is 190 (74.61% from 255 or 54.91% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBE71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBE71 is #D4418E. Grayscale: #898989. Windows color (decimal): -13910415 or 7454251. OLE color: 7454251.
HSL color Cylindrical-coordinate representation of color #2BBE71: hue angle of 148.57º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBE71 is Cyan = 0.77, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 190 | 113 | - |
| CMYK | 0.77 | 0 | 0.41 | 0.25 |
| HSL | 148.57º | 0.63% | 0.46% | - |
| HSV(B) | 148.57º | 0.77% | 0.75% | - |
| XYZ | 22.39 | 38.53 | 21.88 | - |
| YUV | 137.27 | 114.3 | 60.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 190 | 113 | 0.77 | 0 | 0.41 | 0.25 | 148.57 | 0.63 | 0.46 |
| Hex | 2B | BE | 71 | 4D | 0 | 29 | 19 | 95 | 3F | 2E |
| Octal | 53 | 276 | 161 | 115 | 0 | 51 | 31 | 225 | 77 | 56 |
| Binary | 101011 | 10111110 | 1110001 | 1001101 | 0 | 101001 | 11001 | 10010101 | 111111 | 101110 |
Color Harmonies of #2BBE71
Complementary color
Monochromatic Colors of #2BBE71
Black with #2BBE71
Text Example
Text Example
White with #2BBE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBE71; }
p { color: rgb(43,190,113); }
H1.HeaderClassName
{
color: #2BBE71;
}
.AnyTagClassName
{
color: #2BBE71;
}
</style>
background-color css
<style>
a { background-color: #2BBE71; }
a { background-color: rgb(43,190,113); }
div.DivClassName
{
background-color: #2BBE71;
}
.BgClassName
{
background-color: #2BBE71;
}
</style>
border-color css
<style>
span { border-color: #2BBE71; }
span { border-color: rgb(43,190,113); }
td.TdClassName
{
border-color: #2BBE71;
}
.TagClassName
{
border-color: #2BBE71;
}
</style>