Shades of Medium Sea Green #2AC071
Tints of Medium Sea Green #2AC071
RGB
CMYK
RGB Variations
Color information
#2AC071 (or 0x2AC071) is known color: Medium Sea Green. HEX triplet: 2A, C0 and 71. RGB value is (42,192,113). Sum of RGB (Red+Green+Blue) = 42+192+113=347 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.10% from 347); Green value is 192 (75.39% from 255 or 55.33% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 192 - color contains mainly: green. Hex color #2AC071 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC071 is #D53F8E. Grayscale: #8A8A8A. Windows color (decimal): -13975439 or 7454762. OLE color: 7454762.
HSL color Cylindrical-coordinate representation of color #2AC071: hue angle of 148.4º 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 #2AC071 is Cyan = 0.78, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 192 | 113 | - |
| CMYK | 0.78 | 0 | 0.41 | 0.25 |
| HSL | 148.4º | 0.64% | 0.46% | - |
| HSV(B) | 148.4º | 0.78% | 0.75% | - |
| XYZ | 22.79 | 39.38 | 22.02 | - |
| YUV | 138.14 | 113.81 | 59.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 192 | 113 | 0.78 | 0 | 0.41 | 0.25 | 148.4 | 0.64 | 0.46 |
| Hex | 2A | C0 | 71 | 4E | 0 | 29 | 19 | 94 | 40 | 2E |
| Octal | 52 | 300 | 161 | 116 | 0 | 51 | 31 | 224 | 100 | 56 |
| Binary | 101010 | 11000000 | 1110001 | 1001110 | 0 | 101001 | 11001 | 10010100 | 1000000 | 101110 |
Color Harmonies of #2AC071
Complementary color
Monochromatic Colors of #2AC071
Black with #2AC071
Text Example
Text Example
White with #2AC071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC071; }
p { color: rgb(42,192,113); }
H1.HeaderClassName
{
color: #2AC071;
}
.AnyTagClassName
{
color: #2AC071;
}
</style>
background-color css
<style>
a { background-color: #2AC071; }
a { background-color: rgb(42,192,113); }
div.DivClassName
{
background-color: #2AC071;
}
.BgClassName
{
background-color: #2AC071;
}
</style>
border-color css
<style>
span { border-color: #2AC071; }
span { border-color: rgb(42,192,113); }
td.TdClassName
{
border-color: #2AC071;
}
.TagClassName
{
border-color: #2AC071;
}
</style>