Shades of Medium Sea Green #2AB362
Tints of Medium Sea Green #2AB362
RGB
CMYK
RGB Variations
Color information
#2AB362 (or 0x2AB362) is known color: Medium Sea Green. HEX triplet: 2A, B3 and 62. RGB value is (42,179,98). Sum of RGB (Red+Green+Blue) = 42+179+98=319 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.17% from 319); Green value is 179 (70.31% from 255 or 56.11% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 179 - color contains mainly: green. Hex color #2AB362 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB362 is #D54C9D. Grayscale: #808080. Windows color (decimal): -13978782 or 6468394. OLE color: 6468394.
HSL color Cylindrical-coordinate representation of color #2AB362: hue angle of 144.53º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB362 is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 42 | 179 | 98 | - |
| CMYK | 0.77 | 0 | 0.45 | 0.30 |
| HSL | 144.53º | 0.62% | 0.43% | - |
| HSV(B) | 144.53º | 0.77% | 0.7% | - |
| XYZ | 19.28 | 33.61 | 17.03 | - |
| YUV | 128.8 | 110.61 | 66.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 179 | 98 | 0.77 | 0 | 0.45 | 0.30 | 144.53 | 0.62 | 0.43 |
| Hex | 2A | B3 | 62 | 4D | 0 | 2D | 1E | 91 | 3E | 2B |
| Octal | 52 | 263 | 142 | 115 | 0 | 55 | 36 | 221 | 76 | 53 |
| Binary | 101010 | 10110011 | 1100010 | 1001101 | 0 | 101101 | 11110 | 10010001 | 111110 | 101011 |
Color Harmonies of #2AB362
Complementary color
Monochromatic Colors of #2AB362
Black with #2AB362
Text Example
Text Example
White with #2AB362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB362; }
p { color: rgb(42,179,98); }
H1.HeaderClassName
{
color: #2AB362;
}
.AnyTagClassName
{
color: #2AB362;
}
</style>
background-color css
<style>
a { background-color: #2AB362; }
a { background-color: rgb(42,179,98); }
div.DivClassName
{
background-color: #2AB362;
}
.BgClassName
{
background-color: #2AB362;
}
</style>
border-color css
<style>
span { border-color: #2AB362; }
span { border-color: rgb(42,179,98); }
td.TdClassName
{
border-color: #2AB362;
}
.TagClassName
{
border-color: #2AB362;
}
</style>