Shades of Medium Sea Green #2AB371
Tints of Medium Sea Green #2AB371
RGB
CMYK
RGB Variations
Color information
#2AB371 (or 0x2AB371) is known color: Medium Sea Green. HEX triplet: 2A, B3 and 71. RGB value is (42,179,113). Sum of RGB (Red+Green+Blue) = 42+179+113=334 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.57% from 334); Green value is 179 (70.31% from 255 or 53.59% from 334); Blue value is 113 (44.53% from 255 or 33.83% from 334); Max value from RGB is 179 - color contains mainly: green. Hex color #2AB371 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB371 is #D54C8E. Grayscale: #828282. Windows color (decimal): -13978767 or 7451434. OLE color: 7451434.
HSL color Cylindrical-coordinate representation of color #2AB371: hue angle of 151.09º 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 #2AB371 is Cyan = 0.77, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 42 | 179 | 113 | - |
| CMYK | 0.77 | 0 | 0.37 | 0.30 |
| HSL | 151.09º | 0.62% | 0.43% | - |
| HSV(B) | 151.09º | 0.77% | 0.7% | - |
| XYZ | 20.06 | 33.92 | 21.11 | - |
| YUV | 130.51 | 118.11 | 64.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 179 | 113 | 0.77 | 0 | 0.37 | 0.30 | 151.09 | 0.62 | 0.43 |
| Hex | 2A | B3 | 71 | 4D | 0 | 25 | 1E | 97 | 3E | 2B |
| Octal | 52 | 263 | 161 | 115 | 0 | 45 | 36 | 227 | 76 | 53 |
| Binary | 101010 | 10110011 | 1110001 | 1001101 | 0 | 100101 | 11110 | 10010111 | 111110 | 101011 |
Color Harmonies of #2AB371
Complementary color
Monochromatic Colors of #2AB371
Black with #2AB371
Text Example
Text Example
White with #2AB371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB371; }
p { color: rgb(42,179,113); }
H1.HeaderClassName
{
color: #2AB371;
}
.AnyTagClassName
{
color: #2AB371;
}
</style>
background-color css
<style>
a { background-color: #2AB371; }
a { background-color: rgb(42,179,113); }
div.DivClassName
{
background-color: #2AB371;
}
.BgClassName
{
background-color: #2AB371;
}
</style>
border-color css
<style>
span { border-color: #2AB371; }
span { border-color: rgb(42,179,113); }
td.TdClassName
{
border-color: #2AB371;
}
.TagClassName
{
border-color: #2AB371;
}
</style>