Shades of Medium Sea Green #2BAB73
Tints of Medium Sea Green #2BAB73
RGB
CMYK
RGB Variations
Color information
#2BAB73 (or 0x2BAB73) is known color: Medium Sea Green. HEX triplet: 2B, AB and 73. RGB value is (43,171,115). Sum of RGB (Red+Green+Blue) = 43+171+115=329 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.07% from 329); Green value is 171 (67.19% from 255 or 51.98% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 171 - color contains mainly: green. Hex color #2BAB73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAB73 is #D4548C. Grayscale: #7E7E7E. Windows color (decimal): -13915277 or 7580459. OLE color: 7580459.
HSL color Cylindrical-coordinate representation of color #2BAB73: hue angle of 153.75º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAB73 is Cyan = 0.75, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 171 | 115 | - |
| CMYK | 0.75 | 0 | 0.33 | 0.33 |
| HSL | 153.75º | 0.6% | 0.42% | - |
| HSV(B) | 153.75º | 0.75% | 0.67% | - |
| XYZ | 18.65 | 30.88 | 21.2 | - |
| YUV | 126.34 | 121.59 | 68.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 171 | 115 | 0.75 | 0 | 0.33 | 0.33 | 153.75 | 0.6 | 0.42 |
| Hex | 2B | AB | 73 | 4B | 0 | 21 | 21 | 9A | 3C | 2A |
| Octal | 53 | 253 | 163 | 113 | 0 | 41 | 41 | 232 | 74 | 52 |
| Binary | 101011 | 10101011 | 1110011 | 1001011 | 0 | 100001 | 100001 | 10011010 | 111100 | 101010 |
Color Harmonies of #2BAB73
Complementary color
Monochromatic Colors of #2BAB73
Black with #2BAB73
Text Example
Text Example
White with #2BAB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAB73; }
p { color: rgb(43,171,115); }
H1.HeaderClassName
{
color: #2BAB73;
}
.AnyTagClassName
{
color: #2BAB73;
}
</style>
background-color css
<style>
a { background-color: #2BAB73; }
a { background-color: rgb(43,171,115); }
div.DivClassName
{
background-color: #2BAB73;
}
.BgClassName
{
background-color: #2BAB73;
}
</style>
border-color css
<style>
span { border-color: #2BAB73; }
span { border-color: rgb(43,171,115); }
td.TdClassName
{
border-color: #2BAB73;
}
.TagClassName
{
border-color: #2BAB73;
}
</style>