Shades of Medium Sea Green #2BB758
Tints of Medium Sea Green #2BB758
RGB
CMYK
RGB Variations
Color information
#2BB758 (or 0x2BB758) is known color: Medium Sea Green. HEX triplet: 2B, B7 and 58. RGB value is (43,183,88). Sum of RGB (Red+Green+Blue) = 43+183+88=314 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.69% from 314); Green value is 183 (71.88% from 255 or 58.28% from 314); Blue value is 88 (34.77% from 255 or 28.03% from 314); Max value from RGB is 183 - color contains mainly: green. Hex color #2BB758 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB758 is #D448A7. Grayscale: #828282. Windows color (decimal): -13912232 or 5814059. OLE color: 5814059.
HSL color Cylindrical-coordinate representation of color #2BB758: hue angle of 139.29º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BB758 is Cyan = 0.77, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 43 | 183 | 88 | - |
| CMYK | 0.77 | 0 | 0.52 | 0.28 |
| HSL | 139.29º | 0.62% | 0.44% | - |
| HSV(B) | 139.29º | 0.77% | 0.72% | - |
| XYZ | 19.69 | 35.09 | 14.97 | - |
| YUV | 130.31 | 104.12 | 65.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 183 | 88 | 0.77 | 0 | 0.52 | 0.28 | 139.29 | 0.62 | 0.44 |
| Hex | 2B | B7 | 58 | 4D | 0 | 34 | 1C | 8B | 3E | 2C |
| Octal | 53 | 267 | 130 | 115 | 0 | 64 | 34 | 213 | 76 | 54 |
| Binary | 101011 | 10110111 | 1011000 | 1001101 | 0 | 110100 | 11100 | 10001011 | 111110 | 101100 |
Color Harmonies of #2BB758
Complementary color
Monochromatic Colors of #2BB758
Black with #2BB758
Text Example
Text Example
White with #2BB758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB758; }
p { color: rgb(43,183,88); }
H1.HeaderClassName
{
color: #2BB758;
}
.AnyTagClassName
{
color: #2BB758;
}
</style>
background-color css
<style>
a { background-color: #2BB758; }
a { background-color: rgb(43,183,88); }
div.DivClassName
{
background-color: #2BB758;
}
.BgClassName
{
background-color: #2BB758;
}
</style>
border-color css
<style>
span { border-color: #2BB758; }
span { border-color: rgb(43,183,88); }
td.TdClassName
{
border-color: #2BB758;
}
.TagClassName
{
border-color: #2BB758;
}
</style>