Shades of Medium Sea Green #2BCE73
Tints of Medium Sea Green #2BCE73
RGB
CMYK
RGB Variations
Color information
#2BCE73 (or 0x2BCE73) is known color: Medium Sea Green. HEX triplet: 2B, CE and 73. RGB value is (43,206,115). Sum of RGB (Red+Green+Blue) = 43+206+115=364 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.81% from 364); Green value is 206 (80.86% from 255 or 56.59% from 364); Blue value is 115 (45.31% from 255 or 31.59% from 364); Max value from RGB is 206 - color contains mainly: green. Hex color #2BCE73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BCE73 is #D4318C. Grayscale: #939393. Windows color (decimal): -13906317 or 7589419. OLE color: 7589419.
HSL color Cylindrical-coordinate representation of color #2BCE73: hue angle of 146.5º 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 #2BCE73 is Cyan = 0.79, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 206 | 115 | - |
| CMYK | 0.79 | 0 | 0.44 | 0.19 |
| HSL | 146.5º | 0.65% | 0.49% | - |
| HSV(B) | 146.5º | 0.79% | 0.81% | - |
| XYZ | 26.16 | 45.89 | 23.7 | - |
| YUV | 146.89 | 110 | 53.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 206 | 115 | 0.79 | 0 | 0.44 | 0.19 | 146.5 | 0.65 | 0.49 |
| Hex | 2B | CE | 73 | 4F | 0 | 2C | 13 | 93 | 41 | 31 |
| Octal | 53 | 316 | 163 | 117 | 0 | 54 | 23 | 223 | 101 | 61 |
| Binary | 101011 | 11001110 | 1110011 | 1001111 | 0 | 101100 | 10011 | 10010011 | 1000001 | 110001 |
Color Harmonies of #2BCE73
Complementary color
Monochromatic Colors of #2BCE73
Black with #2BCE73
Text Example
Text Example
White with #2BCE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCE73; }
p { color: rgb(43,206,115); }
H1.HeaderClassName
{
color: #2BCE73;
}
.AnyTagClassName
{
color: #2BCE73;
}
</style>
background-color css
<style>
a { background-color: #2BCE73; }
a { background-color: rgb(43,206,115); }
div.DivClassName
{
background-color: #2BCE73;
}
.BgClassName
{
background-color: #2BCE73;
}
</style>
border-color css
<style>
span { border-color: #2BCE73; }
span { border-color: rgb(43,206,115); }
td.TdClassName
{
border-color: #2BCE73;
}
.TagClassName
{
border-color: #2BCE73;
}
</style>