Shades of Medium Sea Green #2BB873
Tints of Medium Sea Green #2BB873
RGB
CMYK
RGB Variations
Color information
#2BB873 (or 0x2BB873) is known color: Medium Sea Green. HEX triplet: 2B, B8 and 73. RGB value is (43,184,115). Sum of RGB (Red+Green+Blue) = 43+184+115=342 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.57% from 342); Green value is 184 (72.27% from 255 or 53.80% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 184 - color contains mainly: green. Hex color #2BB873 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB873 is #D4478C. Grayscale: #868686. Windows color (decimal): -13911949 or 7583787. OLE color: 7583787.
HSL color Cylindrical-coordinate representation of color #2BB873: hue angle of 150.64º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BB873 is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 43 | 184 | 115 | - |
| CMYK | 0.77 | 0 | 0.38 | 0.28 |
| HSL | 150.64º | 0.62% | 0.45% | - |
| HSV(B) | 150.64º | 0.77% | 0.72% | - |
| XYZ | 21.23 | 36.03 | 22.06 | - |
| YUV | 133.98 | 117.29 | 63.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 184 | 115 | 0.77 | 0 | 0.38 | 0.28 | 150.64 | 0.62 | 0.45 |
| Hex | 2B | B8 | 73 | 4D | 0 | 26 | 1C | 97 | 3E | 2D |
| Octal | 53 | 270 | 163 | 115 | 0 | 46 | 34 | 227 | 76 | 55 |
| Binary | 101011 | 10111000 | 1110011 | 1001101 | 0 | 100110 | 11100 | 10010111 | 111110 | 101101 |
Color Harmonies of #2BB873
Complementary color
Monochromatic Colors of #2BB873
Black with #2BB873
Text Example
Text Example
White with #2BB873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB873; }
p { color: rgb(43,184,115); }
H1.HeaderClassName
{
color: #2BB873;
}
.AnyTagClassName
{
color: #2BB873;
}
</style>
background-color css
<style>
a { background-color: #2BB873; }
a { background-color: rgb(43,184,115); }
div.DivClassName
{
background-color: #2BB873;
}
.BgClassName
{
background-color: #2BB873;
}
</style>
border-color css
<style>
span { border-color: #2BB873; }
span { border-color: rgb(43,184,115); }
td.TdClassName
{
border-color: #2BB873;
}
.TagClassName
{
border-color: #2BB873;
}
</style>