Shades of Medium Sea Green #2AB561
Tints of Medium Sea Green #2AB561
RGB
CMYK
RGB Variations
Color information
#2AB561 (or 0x2AB561) is known color: Medium Sea Green. HEX triplet: 2A, B5 and 61. RGB value is (42,181,97). Sum of RGB (Red+Green+Blue) = 42+181+97=320 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.12% from 320); Green value is 181 (71.09% from 255 or 56.56% from 320); Blue value is 97 (38.28% from 255 or 30.31% from 320); Max value from RGB is 181 - color contains mainly: green. Hex color #2AB561 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB561 is #D54A9E. Grayscale: #828282. Windows color (decimal): -13978271 or 6403370. OLE color: 6403370.
HSL color Cylindrical-coordinate representation of color #2AB561: hue angle of 143.74º 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 #2AB561 is Cyan = 0.77, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 181 | 97 | - |
| CMYK | 0.77 | 0 | 0.46 | 0.29 |
| HSL | 143.74º | 0.62% | 0.44% | - |
| HSV(B) | 143.74º | 0.77% | 0.71% | - |
| XYZ | 19.64 | 34.4 | 16.91 | - |
| YUV | 129.86 | 109.45 | 65.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 181 | 97 | 0.77 | 0 | 0.46 | 0.29 | 143.74 | 0.62 | 0.44 |
| Hex | 2A | B5 | 61 | 4D | 0 | 2E | 1D | 90 | 3E | 2C |
| Octal | 52 | 265 | 141 | 115 | 0 | 56 | 35 | 220 | 76 | 54 |
| Binary | 101010 | 10110101 | 1100001 | 1001101 | 0 | 101110 | 11101 | 10010000 | 111110 | 101100 |
Color Harmonies of #2AB561
Complementary color
Monochromatic Colors of #2AB561
Black with #2AB561
Text Example
Text Example
White with #2AB561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB561; }
p { color: rgb(42,181,97); }
H1.HeaderClassName
{
color: #2AB561;
}
.AnyTagClassName
{
color: #2AB561;
}
</style>
background-color css
<style>
a { background-color: #2AB561; }
a { background-color: rgb(42,181,97); }
div.DivClassName
{
background-color: #2AB561;
}
.BgClassName
{
background-color: #2AB561;
}
</style>
border-color css
<style>
span { border-color: #2AB561; }
span { border-color: rgb(42,181,97); }
td.TdClassName
{
border-color: #2AB561;
}
.TagClassName
{
border-color: #2AB561;
}
</style>