Shades of Medium Sea Green #2BCE7B
Tints of Medium Sea Green #2BCE7B
RGB
CMYK
RGB Variations
Color information
#2BCE7B (or 0x2BCE7B) is known color: Medium Sea Green. HEX triplet: 2B, CE and 7B. RGB value is (43,206,123). Sum of RGB (Red+Green+Blue) = 43+206+123=372 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.56% from 372); Green value is 206 (80.86% from 255 or 55.38% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 206 - color contains mainly: green. Hex color #2BCE7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BCE7B is #D43184. Grayscale: #939393. Windows color (decimal): -13906309 or 8113707. OLE color: 8113707.
HSL color Cylindrical-coordinate representation of color #2BCE7B: hue angle of 149.45º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCE7B is Cyan = 0.79, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 206 | 123 | - |
| CMYK | 0.79 | 0 | 0.40 | 0.19 |
| HSL | 149.45º | 0.65% | 0.49% | - |
| HSV(B) | 149.45º | 0.79% | 0.81% | - |
| XYZ | 26.64 | 46.09 | 26.23 | - |
| YUV | 147.8 | 114 | 53.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 206 | 123 | 0.79 | 0 | 0.40 | 0.19 | 149.45 | 0.65 | 0.49 |
| Hex | 2B | CE | 7B | 4F | 0 | 28 | 13 | 95 | 41 | 31 |
| Octal | 53 | 316 | 173 | 117 | 0 | 50 | 23 | 225 | 101 | 61 |
| Binary | 101011 | 11001110 | 1111011 | 1001111 | 0 | 101000 | 10011 | 10010101 | 1000001 | 110001 |
Color Harmonies of #2BCE7B
Complementary color
Monochromatic Colors of #2BCE7B
Black with #2BCE7B
Text Example
Text Example
White with #2BCE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCE7B; }
p { color: rgb(43,206,123); }
H1.HeaderClassName
{
color: #2BCE7B;
}
.AnyTagClassName
{
color: #2BCE7B;
}
</style>
background-color css
<style>
a { background-color: #2BCE7B; }
a { background-color: rgb(43,206,123); }
div.DivClassName
{
background-color: #2BCE7B;
}
.BgClassName
{
background-color: #2BCE7B;
}
</style>
border-color css
<style>
span { border-color: #2BCE7B; }
span { border-color: rgb(43,206,123); }
td.TdClassName
{
border-color: #2BCE7B;
}
.TagClassName
{
border-color: #2BCE7B;
}
</style>