Shades of Medium Sea Green #2AB45E
Tints of Medium Sea Green #2AB45E
RGB
CMYK
RGB Variations
Color information
#2AB45E (or 0x2AB45E) is known color: Medium Sea Green. HEX triplet: 2A, B4 and 5E. RGB value is (42,180,94). Sum of RGB (Red+Green+Blue) = 42+180+94=316 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.29% from 316); Green value is 180 (70.70% from 255 or 56.96% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 180 - color contains mainly: green. Hex color #2AB45E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB45E is #D54BA1. Grayscale: #818181. Windows color (decimal): -13978530 or 6206506. OLE color: 6206506.
HSL color Cylindrical-coordinate representation of color #2AB45E: hue angle of 142.61º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB45E is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 180 | 94 | - |
| CMYK | 0.77 | 0 | 0.48 | 0.29 |
| HSL | 142.61º | 0.62% | 0.44% | - |
| HSV(B) | 142.61º | 0.77% | 0.71% | - |
| XYZ | 19.3 | 33.94 | 16.12 | - |
| YUV | 128.93 | 108.28 | 65.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 180 | 94 | 0.77 | 0 | 0.48 | 0.29 | 142.61 | 0.62 | 0.44 |
| Hex | 2A | B4 | 5E | 4D | 0 | 30 | 1D | 8F | 3E | 2C |
| Octal | 52 | 264 | 136 | 115 | 0 | 60 | 35 | 217 | 76 | 54 |
| Binary | 101010 | 10110100 | 1011110 | 1001101 | 0 | 110000 | 11101 | 10001111 | 111110 | 101100 |
Color Harmonies of #2AB45E
Complementary color
Monochromatic Colors of #2AB45E
Black with #2AB45E
Text Example
Text Example
White with #2AB45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB45E; }
p { color: rgb(42,180,94); }
H1.HeaderClassName
{
color: #2AB45E;
}
.AnyTagClassName
{
color: #2AB45E;
}
</style>
background-color css
<style>
a { background-color: #2AB45E; }
a { background-color: rgb(42,180,94); }
div.DivClassName
{
background-color: #2AB45E;
}
.BgClassName
{
background-color: #2AB45E;
}
</style>
border-color css
<style>
span { border-color: #2AB45E; }
span { border-color: rgb(42,180,94); }
td.TdClassName
{
border-color: #2AB45E;
}
.TagClassName
{
border-color: #2AB45E;
}
</style>