Shades of Medium Sea Green #2AB562
Tints of Medium Sea Green #2AB562
RGB
CMYK
RGB Variations
Color information
#2AB562 (or 0x2AB562) is known color: Medium Sea Green. HEX triplet: 2A, B5 and 62. RGB value is (42,181,98). Sum of RGB (Red+Green+Blue) = 42+181+98=321 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.08% from 321); Green value is 181 (71.09% from 255 or 56.39% from 321); Blue value is 98 (38.67% from 255 or 30.53% from 321); Max value from RGB is 181 - color contains mainly: green. Hex color #2AB562 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB562 is #D54A9D. Grayscale: #828282. Windows color (decimal): -13978270 or 6468906. OLE color: 6468906.
HSL color Cylindrical-coordinate representation of color #2AB562: hue angle of 144.17º 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 #2AB562 is Cyan = 0.77, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 181 | 98 | - |
| CMYK | 0.77 | 0 | 0.46 | 0.29 |
| HSL | 144.17º | 0.62% | 0.44% | - |
| HSV(B) | 144.17º | 0.77% | 0.71% | - |
| XYZ | 19.68 | 34.42 | 17.16 | - |
| YUV | 129.98 | 109.95 | 65.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 181 | 98 | 0.77 | 0 | 0.46 | 0.29 | 144.17 | 0.62 | 0.44 |
| Hex | 2A | B5 | 62 | 4D | 0 | 2E | 1D | 90 | 3E | 2C |
| Octal | 52 | 265 | 142 | 115 | 0 | 56 | 35 | 220 | 76 | 54 |
| Binary | 101010 | 10110101 | 1100010 | 1001101 | 0 | 101110 | 11101 | 10010000 | 111110 | 101100 |
Color Harmonies of #2AB562
Complementary color
Monochromatic Colors of #2AB562
Black with #2AB562
Text Example
Text Example
White with #2AB562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB562; }
p { color: rgb(42,181,98); }
H1.HeaderClassName
{
color: #2AB562;
}
.AnyTagClassName
{
color: #2AB562;
}
</style>
background-color css
<style>
a { background-color: #2AB562; }
a { background-color: rgb(42,181,98); }
div.DivClassName
{
background-color: #2AB562;
}
.BgClassName
{
background-color: #2AB562;
}
</style>
border-color css
<style>
span { border-color: #2AB562; }
span { border-color: rgb(42,181,98); }
td.TdClassName
{
border-color: #2AB562;
}
.TagClassName
{
border-color: #2AB562;
}
</style>