Shades of Medium Sea Green #2AB660
Tints of Medium Sea Green #2AB660
RGB
CMYK
RGB Variations
Color information
#2AB660 (or 0x2AB660) is known color: Medium Sea Green. HEX triplet: 2A, B6 and 60. RGB value is (42,182,96). Sum of RGB (Red+Green+Blue) = 42+182+96=320 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.12% from 320); Green value is 182 (71.48% from 255 or 56.88% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 182 - color contains mainly: green. Hex color #2AB660 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB660 is #D5499F. Grayscale: #828282. Windows color (decimal): -13978016 or 6338090. OLE color: 6338090.
HSL color Cylindrical-coordinate representation of color #2AB660: hue angle of 143.14º 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 #2AB660 is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 182 | 96 | - |
| CMYK | 0.77 | 0 | 0.47 | 0.29 |
| HSL | 143.14º | 0.63% | 0.44% | - |
| HSV(B) | 143.14º | 0.77% | 0.71% | - |
| XYZ | 19.79 | 34.79 | 16.74 | - |
| YUV | 130.34 | 108.62 | 64.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 182 | 96 | 0.77 | 0 | 0.47 | 0.29 | 143.14 | 0.63 | 0.44 |
| Hex | 2A | B6 | 60 | 4D | 0 | 2F | 1D | 8F | 3E | 2C |
| Octal | 52 | 266 | 140 | 115 | 0 | 57 | 35 | 217 | 76 | 54 |
| Binary | 101010 | 10110110 | 1100000 | 1001101 | 0 | 101111 | 11101 | 10001111 | 111110 | 101100 |
Color Harmonies of #2AB660
Complementary color
Monochromatic Colors of #2AB660
Black with #2AB660
Text Example
Text Example
White with #2AB660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB660; }
p { color: rgb(42,182,96); }
H1.HeaderClassName
{
color: #2AB660;
}
.AnyTagClassName
{
color: #2AB660;
}
</style>
background-color css
<style>
a { background-color: #2AB660; }
a { background-color: rgb(42,182,96); }
div.DivClassName
{
background-color: #2AB660;
}
.BgClassName
{
background-color: #2AB660;
}
</style>
border-color css
<style>
span { border-color: #2AB660; }
span { border-color: rgb(42,182,96); }
td.TdClassName
{
border-color: #2AB660;
}
.TagClassName
{
border-color: #2AB660;
}
</style>