Shades of Medium Sea Green #2BAE61
Tints of Medium Sea Green #2BAE61
RGB
CMYK
RGB Variations
Color information
#2BAE61 (or 0x2BAE61) is known color: Medium Sea Green. HEX triplet: 2B, AE and 61. RGB value is (43,174,97). Sum of RGB (Red+Green+Blue) = 43+174+97=314 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.69% from 314); Green value is 174 (68.36% from 255 or 55.41% from 314); Blue value is 97 (38.28% from 255 or 30.89% from 314); Max value from RGB is 174 - color contains mainly: green. Hex color #2BAE61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAE61 is #D4519E. Grayscale: #7E7E7E. Windows color (decimal): -13914527 or 6401579. OLE color: 6401579.
HSL color Cylindrical-coordinate representation of color #2BAE61: hue angle of 144.73º 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 #2BAE61 is Cyan = 0.75, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 174 | 97 | - |
| CMYK | 0.75 | 0 | 0.44 | 0.32 |
| HSL | 144.73º | 0.6% | 0.43% | - |
| HSV(B) | 144.73º | 0.75% | 0.68% | - |
| XYZ | 18.29 | 31.65 | 16.45 | - |
| YUV | 126.05 | 111.6 | 68.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 174 | 97 | 0.75 | 0 | 0.44 | 0.32 | 144.73 | 0.6 | 0.43 |
| Hex | 2B | AE | 61 | 4B | 0 | 2C | 20 | 91 | 3C | 2B |
| Octal | 53 | 256 | 141 | 113 | 0 | 54 | 40 | 221 | 74 | 53 |
| Binary | 101011 | 10101110 | 1100001 | 1001011 | 0 | 101100 | 100000 | 10010001 | 111100 | 101011 |
Color Harmonies of #2BAE61
Complementary color
Monochromatic Colors of #2BAE61
Black with #2BAE61
Text Example
Text Example
White with #2BAE61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAE61; }
p { color: rgb(43,174,97); }
H1.HeaderClassName
{
color: #2BAE61;
}
.AnyTagClassName
{
color: #2BAE61;
}
</style>
background-color css
<style>
a { background-color: #2BAE61; }
a { background-color: rgb(43,174,97); }
div.DivClassName
{
background-color: #2BAE61;
}
.BgClassName
{
background-color: #2BAE61;
}
</style>
border-color css
<style>
span { border-color: #2BAE61; }
span { border-color: rgb(43,174,97); }
td.TdClassName
{
border-color: #2BAE61;
}
.TagClassName
{
border-color: #2BAE61;
}
</style>