Shades of Medium Sea Green #2AB372
Tints of Medium Sea Green #2AB372
RGB
CMYK
RGB Variations
Color information
#2AB372 (or 0x2AB372) is known color: Medium Sea Green. HEX triplet: 2A, B3 and 72. RGB value is (42,179,114). Sum of RGB (Red+Green+Blue) = 42+179+114=335 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.54% from 335); Green value is 179 (70.31% from 255 or 53.43% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 179 - color contains mainly: green. Hex color #2AB372 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB372 is #D54C8D. Grayscale: #828282. Windows color (decimal): -13978766 or 7516970. OLE color: 7516970.
HSL color Cylindrical-coordinate representation of color #2AB372: hue angle of 151.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 #2AB372 is Cyan = 0.77, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 42 | 179 | 114 | - |
| CMYK | 0.77 | 0 | 0.36 | 0.30 |
| HSL | 151.53º | 0.62% | 0.43% | - |
| HSV(B) | 151.53º | 0.77% | 0.7% | - |
| XYZ | 20.11 | 33.95 | 21.41 | - |
| YUV | 130.63 | 118.61 | 64.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 179 | 114 | 0.77 | 0 | 0.36 | 0.30 | 151.53 | 0.62 | 0.43 |
| Hex | 2A | B3 | 72 | 4D | 0 | 24 | 1E | 98 | 3E | 2B |
| Octal | 52 | 263 | 162 | 115 | 0 | 44 | 36 | 230 | 76 | 53 |
| Binary | 101010 | 10110011 | 1110010 | 1001101 | 0 | 100100 | 11110 | 10011000 | 111110 | 101011 |
Color Harmonies of #2AB372
Complementary color
Monochromatic Colors of #2AB372
Black with #2AB372
Text Example
Text Example
White with #2AB372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB372; }
p { color: rgb(42,179,114); }
H1.HeaderClassName
{
color: #2AB372;
}
.AnyTagClassName
{
color: #2AB372;
}
</style>
background-color css
<style>
a { background-color: #2AB372; }
a { background-color: rgb(42,179,114); }
div.DivClassName
{
background-color: #2AB372;
}
.BgClassName
{
background-color: #2AB372;
}
</style>
border-color css
<style>
span { border-color: #2AB372; }
span { border-color: rgb(42,179,114); }
td.TdClassName
{
border-color: #2AB372;
}
.TagClassName
{
border-color: #2AB372;
}
</style>