Shades of Medium Sea Green #2AC15E
Tints of Medium Sea Green #2AC15E
RGB
CMYK
RGB Variations
Color information
#2AC15E (or 0x2AC15E) is known color: Medium Sea Green. HEX triplet: 2A, C1 and 5E. RGB value is (42,193,94). Sum of RGB (Red+Green+Blue) = 42+193+94=329 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.77% from 329); Green value is 193 (75.78% from 255 or 58.66% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 193 - color contains mainly: green. Hex color #2AC15E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC15E is #D53EA1. Grayscale: #888888. Windows color (decimal): -13975202 or 6209834. OLE color: 6209834.
HSL color Cylindrical-coordinate representation of color #2AC15E: hue angle of 140.66º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AC15E is Cyan = 0.78, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 193 | 94 | - |
| CMYK | 0.78 | 0 | 0.51 | 0.24 |
| HSL | 140.66º | 0.64% | 0.46% | - |
| HSV(B) | 140.66º | 0.78% | 0.76% | - |
| XYZ | 22.05 | 39.44 | 17.04 | - |
| YUV | 136.57 | 103.97 | 60.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 193 | 94 | 0.78 | 0 | 0.51 | 0.24 | 140.66 | 0.64 | 0.46 |
| Hex | 2A | C1 | 5E | 4E | 0 | 33 | 18 | 8D | 40 | 2E |
| Octal | 52 | 301 | 136 | 116 | 0 | 63 | 30 | 215 | 100 | 56 |
| Binary | 101010 | 11000001 | 1011110 | 1001110 | 0 | 110011 | 11000 | 10001101 | 1000000 | 101110 |
Color Harmonies of #2AC15E
Complementary color
Monochromatic Colors of #2AC15E
Black with #2AC15E
Text Example
Text Example
White with #2AC15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC15E; }
p { color: rgb(42,193,94); }
H1.HeaderClassName
{
color: #2AC15E;
}
.AnyTagClassName
{
color: #2AC15E;
}
</style>
background-color css
<style>
a { background-color: #2AC15E; }
a { background-color: rgb(42,193,94); }
div.DivClassName
{
background-color: #2AC15E;
}
.BgClassName
{
background-color: #2AC15E;
}
</style>
border-color css
<style>
span { border-color: #2AC15E; }
span { border-color: rgb(42,193,94); }
td.TdClassName
{
border-color: #2AC15E;
}
.TagClassName
{
border-color: #2AC15E;
}
</style>