Shades of Medium Sea Green #2BAA70
Tints of Medium Sea Green #2BAA70
RGB
CMYK
RGB Variations
Color information
#2BAA70 (or 0x2BAA70) is known color: Medium Sea Green. HEX triplet: 2B, AA and 70. RGB value is (43,170,112). Sum of RGB (Red+Green+Blue) = 43+170+112=325 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.23% from 325); Green value is 170 (66.80% from 255 or 52.31% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAA70 is #D4558F. Grayscale: #7D7D7D. Windows color (decimal): -13915536 or 7383595. OLE color: 7383595.
HSL color Cylindrical-coordinate representation of color #2BAA70: hue angle of 152.6º 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 #2BAA70 is Cyan = 0.75, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 170 | 112 | - |
| CMYK | 0.75 | 0 | 0.34 | 0.33 |
| HSL | 152.6º | 0.6% | 0.42% | - |
| HSV(B) | 152.6º | 0.75% | 0.67% | - |
| XYZ | 18.3 | 30.43 | 20.24 | - |
| YUV | 125.42 | 120.42 | 69.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 170 | 112 | 0.75 | 0 | 0.34 | 0.33 | 152.6 | 0.6 | 0.42 |
| Hex | 2B | AA | 70 | 4B | 0 | 22 | 21 | 99 | 3C | 2A |
| Octal | 53 | 252 | 160 | 113 | 0 | 42 | 41 | 231 | 74 | 52 |
| Binary | 101011 | 10101010 | 1110000 | 1001011 | 0 | 100010 | 100001 | 10011001 | 111100 | 101010 |
Color Harmonies of #2BAA70
Complementary color
Monochromatic Colors of #2BAA70
Black with #2BAA70
Text Example
Text Example
White with #2BAA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAA70; }
p { color: rgb(43,170,112); }
H1.HeaderClassName
{
color: #2BAA70;
}
.AnyTagClassName
{
color: #2BAA70;
}
</style>
background-color css
<style>
a { background-color: #2BAA70; }
a { background-color: rgb(43,170,112); }
div.DivClassName
{
background-color: #2BAA70;
}
.BgClassName
{
background-color: #2BAA70;
}
</style>
border-color css
<style>
span { border-color: #2BAA70; }
span { border-color: rgb(43,170,112); }
td.TdClassName
{
border-color: #2BAA70;
}
.TagClassName
{
border-color: #2BAA70;
}
</style>