Shades of Medium Sea Green #2BC153
Tints of Medium Sea Green #2BC153
RGB
CMYK
RGB Variations
Color information
#2BC153 (or 0x2BC153) is known color: Medium Sea Green. HEX triplet: 2B, C1 and 53. RGB value is (43,193,83). Sum of RGB (Red+Green+Blue) = 43+193+83=319 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.48% from 319); Green value is 193 (75.78% from 255 or 60.50% from 319); Blue value is 83 (32.81% from 255 or 26.02% from 319); Max value from RGB is 193 - color contains mainly: green. Hex color #2BC153 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC153 is #D43EAC. Grayscale: #878787. Windows color (decimal): -13909677 or 5488939. OLE color: 5488939.
HSL color Cylindrical-coordinate representation of color #2BC153: hue angle of 136º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC153 is Cyan = 0.78, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 193 | 83 | - |
| CMYK | 0.78 | 0 | 0.57 | 0.24 |
| HSL | 136º | 0.64% | 0.46% | - |
| HSV(B) | 136º | 0.78% | 0.76% | - |
| XYZ | 21.63 | 39.28 | 14.63 | - |
| YUV | 135.61 | 98.31 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 193 | 83 | 0.78 | 0 | 0.57 | 0.24 | 136 | 0.64 | 0.46 |
| Hex | 2B | C1 | 53 | 4E | 0 | 39 | 18 | 88 | 40 | 2E |
| Octal | 53 | 301 | 123 | 116 | 0 | 71 | 30 | 210 | 100 | 56 |
| Binary | 101011 | 11000001 | 1010011 | 1001110 | 0 | 111001 | 11000 | 10001000 | 1000000 | 101110 |
Color Harmonies of #2BC153
Complementary color
Monochromatic Colors of #2BC153
Black with #2BC153
Text Example
Text Example
White with #2BC153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC153; }
p { color: rgb(43,193,83); }
H1.HeaderClassName
{
color: #2BC153;
}
.AnyTagClassName
{
color: #2BC153;
}
</style>
background-color css
<style>
a { background-color: #2BC153; }
a { background-color: rgb(43,193,83); }
div.DivClassName
{
background-color: #2BC153;
}
.BgClassName
{
background-color: #2BC153;
}
</style>
border-color css
<style>
span { border-color: #2BC153; }
span { border-color: rgb(43,193,83); }
td.TdClassName
{
border-color: #2BC153;
}
.TagClassName
{
border-color: #2BC153;
}
</style>