Shades of Medium Sea Green #2BAB72
Tints of Medium Sea Green #2BAB72
RGB
CMYK
RGB Variations
Color information
#2BAB72 (or 0x2BAB72) is known color: Medium Sea Green. HEX triplet: 2B, AB and 72. RGB value is (43,171,114). Sum of RGB (Red+Green+Blue) = 43+171+114=328 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.11% from 328); Green value is 171 (67.19% from 255 or 52.13% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 171 - color contains mainly: green. Hex color #2BAB72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAB72 is #D4548D. Grayscale: #7E7E7E. Windows color (decimal): -13915278 or 7514923. OLE color: 7514923.
HSL color Cylindrical-coordinate representation of color #2BAB72: hue angle of 153.28º 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 #2BAB72 is Cyan = 0.75, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 171 | 114 | - |
| CMYK | 0.75 | 0 | 0.33 | 0.33 |
| HSL | 153.28º | 0.6% | 0.42% | - |
| HSV(B) | 153.28º | 0.75% | 0.67% | - |
| XYZ | 18.6 | 30.85 | 20.89 | - |
| YUV | 126.23 | 121.09 | 68.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 171 | 114 | 0.75 | 0 | 0.33 | 0.33 | 153.28 | 0.6 | 0.42 |
| Hex | 2B | AB | 72 | 4B | 0 | 21 | 21 | 99 | 3C | 2A |
| Octal | 53 | 253 | 162 | 113 | 0 | 41 | 41 | 231 | 74 | 52 |
| Binary | 101011 | 10101011 | 1110010 | 1001011 | 0 | 100001 | 100001 | 10011001 | 111100 | 101010 |
Color Harmonies of #2BAB72
Complementary color
Monochromatic Colors of #2BAB72
Black with #2BAB72
Text Example
Text Example
White with #2BAB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAB72; }
p { color: rgb(43,171,114); }
H1.HeaderClassName
{
color: #2BAB72;
}
.AnyTagClassName
{
color: #2BAB72;
}
</style>
background-color css
<style>
a { background-color: #2BAB72; }
a { background-color: rgb(43,171,114); }
div.DivClassName
{
background-color: #2BAB72;
}
.BgClassName
{
background-color: #2BAB72;
}
</style>
border-color css
<style>
span { border-color: #2BAB72; }
span { border-color: rgb(43,171,114); }
td.TdClassName
{
border-color: #2BAB72;
}
.TagClassName
{
border-color: #2BAB72;
}
</style>