Shades of Medium Sea Green #2BAE72
Tints of Medium Sea Green #2BAE72
RGB
CMYK
RGB Variations
Color information
#2BAE72 (or 0x2BAE72) is known color: Medium Sea Green. HEX triplet: 2B, AE and 72. RGB value is (43,174,114). Sum of RGB (Red+Green+Blue) = 43+174+114=331 (43% of max value = 765). Red value is 43 (17.19% from 255 or 12.99% from 331); Green value is 174 (68.36% from 255 or 52.57% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 174 - color contains mainly: green. Hex color #2BAE72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAE72 is #D4518D. Grayscale: #808080. Windows color (decimal): -13914510 or 7515691. OLE color: 7515691.
HSL color Cylindrical-coordinate representation of color #2BAE72: hue angle of 152.52º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAE72 is Cyan = 0.75, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 174 | 114 | - |
| CMYK | 0.75 | 0 | 0.34 | 0.32 |
| HSL | 152.52º | 0.6% | 0.43% | - |
| HSV(B) | 152.52º | 0.75% | 0.68% | - |
| XYZ | 19.17 | 32 | 21.09 | - |
| YUV | 127.99 | 120.1 | 67.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 174 | 114 | 0.75 | 0 | 0.34 | 0.32 | 152.52 | 0.6 | 0.43 |
| Hex | 2B | AE | 72 | 4B | 0 | 22 | 20 | 99 | 3C | 2B |
| Octal | 53 | 256 | 162 | 113 | 0 | 42 | 40 | 231 | 74 | 53 |
| Binary | 101011 | 10101110 | 1110010 | 1001011 | 0 | 100010 | 100000 | 10011001 | 111100 | 101011 |
Color Harmonies of #2BAE72
Complementary color
Monochromatic Colors of #2BAE72
Black with #2BAE72
Text Example
Text Example
White with #2BAE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAE72; }
p { color: rgb(43,174,114); }
H1.HeaderClassName
{
color: #2BAE72;
}
.AnyTagClassName
{
color: #2BAE72;
}
</style>
background-color css
<style>
a { background-color: #2BAE72; }
a { background-color: rgb(43,174,114); }
div.DivClassName
{
background-color: #2BAE72;
}
.BgClassName
{
background-color: #2BAE72;
}
</style>
border-color css
<style>
span { border-color: #2BAE72; }
span { border-color: rgb(43,174,114); }
td.TdClassName
{
border-color: #2BAE72;
}
.TagClassName
{
border-color: #2BAE72;
}
</style>