Shades of Medium Sea Green #2BD873
Tints of Medium Sea Green #2BD873
RGB
CMYK
RGB Variations
Color information
#2BD873 (or 0x2BD873) is known color: Medium Sea Green. HEX triplet: 2B, D8 and 73. RGB value is (43,216,115). Sum of RGB (Red+Green+Blue) = 43+216+115=374 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.50% from 374); Green value is 216 (84.77% from 255 or 57.75% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 216 - color contains mainly: green. Hex color #2BD873 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD873 is #D4278C. Grayscale: #989898. Windows color (decimal): -13903757 or 7591979. OLE color: 7591979.
HSL color Cylindrical-coordinate representation of color #2BD873: hue angle of 144.97º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD873 is Cyan = 0.80, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 216 | 115 | - |
| CMYK | 0.80 | 0 | 0.47 | 0.15 |
| HSL | 144.97º | 0.69% | 0.51% | - |
| HSV(B) | 144.97º | 0.8% | 0.85% | - |
| XYZ | 28.65 | 50.86 | 24.53 | - |
| YUV | 152.76 | 106.69 | 49.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 216 | 115 | 0.80 | 0 | 0.47 | 0.15 | 144.97 | 0.69 | 0.51 |
| Hex | 2B | D8 | 73 | 50 | 0 | 2F | F | 91 | 45 | 33 |
| Octal | 53 | 330 | 163 | 120 | 0 | 57 | 17 | 221 | 105 | 63 |
| Binary | 101011 | 11011000 | 1110011 | 1010000 | 0 | 101111 | 1111 | 10010001 | 1000101 | 110011 |
Color Harmonies of #2BD873
Complementary color
Monochromatic Colors of #2BD873
Black with #2BD873
Text Example
Text Example
White with #2BD873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD873; }
p { color: rgb(43,216,115); }
H1.HeaderClassName
{
color: #2BD873;
}
.AnyTagClassName
{
color: #2BD873;
}
</style>
background-color css
<style>
a { background-color: #2BD873; }
a { background-color: rgb(43,216,115); }
div.DivClassName
{
background-color: #2BD873;
}
.BgClassName
{
background-color: #2BD873;
}
</style>
border-color css
<style>
span { border-color: #2BD873; }
span { border-color: rgb(43,216,115); }
td.TdClassName
{
border-color: #2BD873;
}
.TagClassName
{
border-color: #2BD873;
}
</style>