Shades of Medium Sea Green #2BAD72
Tints of Medium Sea Green #2BAD72
RGB
CMYK
RGB Variations
Color information
#2BAD72 (or 0x2BAD72) is known color: Medium Sea Green. HEX triplet: 2B, AD and 72. RGB value is (43,173,114). Sum of RGB (Red+Green+Blue) = 43+173+114=330 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.03% from 330); Green value is 173 (67.97% from 255 or 52.42% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 173 - color contains mainly: green. Hex color #2BAD72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAD72 is #D4528D. Grayscale: #7F7F7F. Windows color (decimal): -13914766 or 7515435. OLE color: 7515435.
HSL color Cylindrical-coordinate representation of color #2BAD72: hue angle of 152.77º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAD72 is Cyan = 0.75, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 173 | 114 | - |
| CMYK | 0.75 | 0 | 0.34 | 0.32 |
| HSL | 152.77º | 0.6% | 0.42% | - |
| HSV(B) | 152.77º | 0.75% | 0.68% | - |
| XYZ | 18.98 | 31.62 | 21.02 | - |
| YUV | 127.4 | 120.43 | 67.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 173 | 114 | 0.75 | 0 | 0.34 | 0.32 | 152.77 | 0.6 | 0.42 |
| Hex | 2B | AD | 72 | 4B | 0 | 22 | 20 | 99 | 3C | 2A |
| Octal | 53 | 255 | 162 | 113 | 0 | 42 | 40 | 231 | 74 | 52 |
| Binary | 101011 | 10101101 | 1110010 | 1001011 | 0 | 100010 | 100000 | 10011001 | 111100 | 101010 |
Color Harmonies of #2BAD72
Complementary color
Monochromatic Colors of #2BAD72
Black with #2BAD72
Text Example
Text Example
White with #2BAD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAD72; }
p { color: rgb(43,173,114); }
H1.HeaderClassName
{
color: #2BAD72;
}
.AnyTagClassName
{
color: #2BAD72;
}
</style>
background-color css
<style>
a { background-color: #2BAD72; }
a { background-color: rgb(43,173,114); }
div.DivClassName
{
background-color: #2BAD72;
}
.BgClassName
{
background-color: #2BAD72;
}
</style>
border-color css
<style>
span { border-color: #2BAD72; }
span { border-color: rgb(43,173,114); }
td.TdClassName
{
border-color: #2BAD72;
}
.TagClassName
{
border-color: #2BAD72;
}
</style>