Shades of Medium Sea Green #2AB960
Tints of Medium Sea Green #2AB960
RGB
CMYK
RGB Variations
Color information
#2AB960 (or 0x2AB960) is known color: Medium Sea Green. HEX triplet: 2A, B9 and 60. RGB value is (42,185,96). Sum of RGB (Red+Green+Blue) = 42+185+96=323 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.00% from 323); Green value is 185 (72.66% from 255 or 57.28% from 323); Blue value is 96 (37.89% from 255 or 29.72% from 323); Max value from RGB is 185 - color contains mainly: green. Hex color #2AB960 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB960 is #D5469F. Grayscale: #848484. Windows color (decimal): -13977248 or 6338858. OLE color: 6338858.
HSL color Cylindrical-coordinate representation of color #2AB960: hue angle of 142.66º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB960 is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 185 | 96 | - |
| CMYK | 0.77 | 0 | 0.48 | 0.27 |
| HSL | 142.66º | 0.63% | 0.45% | - |
| HSV(B) | 142.66º | 0.77% | 0.73% | - |
| XYZ | 20.42 | 36.03 | 16.95 | - |
| YUV | 132.1 | 107.62 | 63.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 185 | 96 | 0.77 | 0 | 0.48 | 0.27 | 142.66 | 0.63 | 0.45 |
| Hex | 2A | B9 | 60 | 4D | 0 | 30 | 1B | 8F | 3F | 2D |
| Octal | 52 | 271 | 140 | 115 | 0 | 60 | 33 | 217 | 77 | 55 |
| Binary | 101010 | 10111001 | 1100000 | 1001101 | 0 | 110000 | 11011 | 10001111 | 111111 | 101101 |
Color Harmonies of #2AB960
Complementary color
Monochromatic Colors of #2AB960
Black with #2AB960
Text Example
Text Example
White with #2AB960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB960; }
p { color: rgb(42,185,96); }
H1.HeaderClassName
{
color: #2AB960;
}
.AnyTagClassName
{
color: #2AB960;
}
</style>
background-color css
<style>
a { background-color: #2AB960; }
a { background-color: rgb(42,185,96); }
div.DivClassName
{
background-color: #2AB960;
}
.BgClassName
{
background-color: #2AB960;
}
</style>
border-color css
<style>
span { border-color: #2AB960; }
span { border-color: rgb(42,185,96); }
td.TdClassName
{
border-color: #2AB960;
}
.TagClassName
{
border-color: #2AB960;
}
</style>