Shades of Medium Sea Green #2AC072
Tints of Medium Sea Green #2AC072
RGB
CMYK
RGB Variations
Color information
#2AC072 (or 0x2AC072) is known color: Medium Sea Green. HEX triplet: 2A, C0 and 72. RGB value is (42,192,114). Sum of RGB (Red+Green+Blue) = 42+192+114=348 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12.07% from 348); Green value is 192 (75.39% from 255 or 55.17% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 192 - color contains mainly: green. Hex color #2AC072 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC072 is #D53F8D. Grayscale: #8A8A8A. Windows color (decimal): -13975438 or 7520298. OLE color: 7520298.
HSL color Cylindrical-coordinate representation of color #2AC072: hue angle of 148.8º 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 #2AC072 is Cyan = 0.78, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 192 | 114 | - |
| CMYK | 0.78 | 0 | 0.41 | 0.25 |
| HSL | 148.8º | 0.64% | 0.46% | - |
| HSV(B) | 148.8º | 0.78% | 0.75% | - |
| XYZ | 22.84 | 39.41 | 22.32 | - |
| YUV | 138.26 | 114.31 | 59.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 192 | 114 | 0.78 | 0 | 0.41 | 0.25 | 148.8 | 0.64 | 0.46 |
| Hex | 2A | C0 | 72 | 4E | 0 | 29 | 19 | 95 | 40 | 2E |
| Octal | 52 | 300 | 162 | 116 | 0 | 51 | 31 | 225 | 100 | 56 |
| Binary | 101010 | 11000000 | 1110010 | 1001110 | 0 | 101001 | 11001 | 10010101 | 1000000 | 101110 |
Color Harmonies of #2AC072
Complementary color
Monochromatic Colors of #2AC072
Black with #2AC072
Text Example
Text Example
White with #2AC072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC072; }
p { color: rgb(42,192,114); }
H1.HeaderClassName
{
color: #2AC072;
}
.AnyTagClassName
{
color: #2AC072;
}
</style>
background-color css
<style>
a { background-color: #2AC072; }
a { background-color: rgb(42,192,114); }
div.DivClassName
{
background-color: #2AC072;
}
.BgClassName
{
background-color: #2AC072;
}
</style>
border-color css
<style>
span { border-color: #2AC072; }
span { border-color: rgb(42,192,114); }
td.TdClassName
{
border-color: #2AC072;
}
.TagClassName
{
border-color: #2AC072;
}
</style>