Shades of Medium Sea Green #2AC057
Tints of Medium Sea Green #2AC057
RGB
CMYK
RGB Variations
Color information
#2AC057 (or 0x2AC057) is known color: Medium Sea Green. HEX triplet: 2A, C0 and 57. RGB value is (42,192,87). Sum of RGB (Red+Green+Blue) = 42+192+87=321 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.08% from 321); Green value is 192 (75.39% from 255 or 59.81% from 321); Blue value is 87 (34.38% from 255 or 27.10% from 321); Max value from RGB is 192 - color contains mainly: green. Hex color #2AC057 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC057 is #D53FA8. Grayscale: #878787. Windows color (decimal): -13975465 or 5750826. OLE color: 5750826.
HSL color Cylindrical-coordinate representation of color #2AC057: hue angle of 138º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AC057 is Cyan = 0.78, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 192 | 87 | - |
| CMYK | 0.78 | 0 | 0.55 | 0.25 |
| HSL | 138º | 0.64% | 0.46% | - |
| HSV(B) | 138º | 0.78% | 0.75% | - |
| XYZ | 21.52 | 38.88 | 15.39 | - |
| YUV | 135.18 | 100.81 | 61.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 192 | 87 | 0.78 | 0 | 0.55 | 0.25 | 138 | 0.64 | 0.46 |
| Hex | 2A | C0 | 57 | 4E | 0 | 37 | 19 | 8A | 40 | 2E |
| Octal | 52 | 300 | 127 | 116 | 0 | 67 | 31 | 212 | 100 | 56 |
| Binary | 101010 | 11000000 | 1010111 | 1001110 | 0 | 110111 | 11001 | 10001010 | 1000000 | 101110 |
Color Harmonies of #2AC057
Complementary color
Monochromatic Colors of #2AC057
Black with #2AC057
Text Example
Text Example
White with #2AC057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC057; }
p { color: rgb(42,192,87); }
H1.HeaderClassName
{
color: #2AC057;
}
.AnyTagClassName
{
color: #2AC057;
}
</style>
background-color css
<style>
a { background-color: #2AC057; }
a { background-color: rgb(42,192,87); }
div.DivClassName
{
background-color: #2AC057;
}
.BgClassName
{
background-color: #2AC057;
}
</style>
border-color css
<style>
span { border-color: #2AC057; }
span { border-color: rgb(42,192,87); }
td.TdClassName
{
border-color: #2AC057;
}
.TagClassName
{
border-color: #2AC057;
}
</style>