Shades of Medium Sea Green #2AB56A
Tints of Medium Sea Green #2AB56A
RGB
CMYK
RGB Variations
Color information
#2AB56A (or 0x2AB56A) is known color: Medium Sea Green. HEX triplet: 2A, B5 and 6A. RGB value is (42,181,106). Sum of RGB (Red+Green+Blue) = 42+181+106=329 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.77% from 329); Green value is 181 (71.09% from 255 or 55.02% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 181 - color contains mainly: green. Hex color #2AB56A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB56A is #D54A95. Grayscale: #838383. Windows color (decimal): -13978262 or 6993194. OLE color: 6993194.
HSL color Cylindrical-coordinate representation of color #2AB56A: hue angle of 147.63º 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 #2AB56A is Cyan = 0.77, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 181 | 106 | - |
| CMYK | 0.77 | 0 | 0.41 | 0.29 |
| HSL | 147.63º | 0.62% | 0.44% | - |
| HSV(B) | 147.63º | 0.77% | 0.71% | - |
| XYZ | 20.08 | 34.58 | 19.25 | - |
| YUV | 130.89 | 113.95 | 64.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 181 | 106 | 0.77 | 0 | 0.41 | 0.29 | 147.63 | 0.62 | 0.44 |
| Hex | 2A | B5 | 6A | 4D | 0 | 29 | 1D | 94 | 3E | 2C |
| Octal | 52 | 265 | 152 | 115 | 0 | 51 | 35 | 224 | 76 | 54 |
| Binary | 101010 | 10110101 | 1101010 | 1001101 | 0 | 101001 | 11101 | 10010100 | 111110 | 101100 |
Color Harmonies of #2AB56A
Complementary color
Monochromatic Colors of #2AB56A
Black with #2AB56A
Text Example
Text Example
White with #2AB56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB56A; }
p { color: rgb(42,181,106); }
H1.HeaderClassName
{
color: #2AB56A;
}
.AnyTagClassName
{
color: #2AB56A;
}
</style>
background-color css
<style>
a { background-color: #2AB56A; }
a { background-color: rgb(42,181,106); }
div.DivClassName
{
background-color: #2AB56A;
}
.BgClassName
{
background-color: #2AB56A;
}
</style>
border-color css
<style>
span { border-color: #2AB56A; }
span { border-color: rgb(42,181,106); }
td.TdClassName
{
border-color: #2AB56A;
}
.TagClassName
{
border-color: #2AB56A;
}
</style>