Shades of Medium Sea Green #2AB560
Tints of Medium Sea Green #2AB560
RGB
CMYK
RGB Variations
Color information
#2AB560 (or 0x2AB560) is known color: Medium Sea Green. HEX triplet: 2A, B5 and 60. RGB value is (42,181,96). Sum of RGB (Red+Green+Blue) = 42+181+96=319 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.17% from 319); Green value is 181 (71.09% from 255 or 56.74% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 181 - color contains mainly: green. Hex color #2AB560 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB560 is #D54A9F. Grayscale: #818181. Windows color (decimal): -13978272 or 6337834. OLE color: 6337834.
HSL color Cylindrical-coordinate representation of color #2AB560: hue angle of 143.31º 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 #2AB560 is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 181 | 96 | - |
| CMYK | 0.77 | 0 | 0.47 | 0.29 |
| HSL | 143.31º | 0.62% | 0.44% | - |
| HSV(B) | 143.31º | 0.77% | 0.71% | - |
| XYZ | 19.59 | 34.38 | 16.67 | - |
| YUV | 129.75 | 108.95 | 65.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 181 | 96 | 0.77 | 0 | 0.47 | 0.29 | 143.31 | 0.62 | 0.44 |
| Hex | 2A | B5 | 60 | 4D | 0 | 2F | 1D | 8F | 3E | 2C |
| Octal | 52 | 265 | 140 | 115 | 0 | 57 | 35 | 217 | 76 | 54 |
| Binary | 101010 | 10110101 | 1100000 | 1001101 | 0 | 101111 | 11101 | 10001111 | 111110 | 101100 |
Color Harmonies of #2AB560
Complementary color
Monochromatic Colors of #2AB560
Black with #2AB560
Text Example
Text Example
White with #2AB560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB560; }
p { color: rgb(42,181,96); }
H1.HeaderClassName
{
color: #2AB560;
}
.AnyTagClassName
{
color: #2AB560;
}
</style>
background-color css
<style>
a { background-color: #2AB560; }
a { background-color: rgb(42,181,96); }
div.DivClassName
{
background-color: #2AB560;
}
.BgClassName
{
background-color: #2AB560;
}
</style>
border-color css
<style>
span { border-color: #2AB560; }
span { border-color: rgb(42,181,96); }
td.TdClassName
{
border-color: #2AB560;
}
.TagClassName
{
border-color: #2AB560;
}
</style>