Shades of Medium Sea Green #2AC058
Tints of Medium Sea Green #2AC058
RGB
CMYK
RGB Variations
Color information
#2AC058 (or 0x2AC058) is known color: Medium Sea Green. HEX triplet: 2A, C0 and 58. RGB value is (42,192,88). Sum of RGB (Red+Green+Blue) = 42+192+88=322 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.04% from 322); Green value is 192 (75.39% from 255 or 59.63% from 322); Blue value is 88 (34.77% from 255 or 27.33% from 322); Max value from RGB is 192 - color contains mainly: green. Hex color #2AC058 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC058 is #D53FA7. Grayscale: #878787. Windows color (decimal): -13975464 or 5816362. OLE color: 5816362.
HSL color Cylindrical-coordinate representation of color #2AC058: hue angle of 138.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 #2AC058 is Cyan = 0.78, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 192 | 88 | - |
| CMYK | 0.78 | 0 | 0.54 | 0.25 |
| HSL | 138.4º | 0.64% | 0.46% | - |
| HSV(B) | 138.4º | 0.78% | 0.75% | - |
| XYZ | 21.57 | 38.9 | 15.6 | - |
| YUV | 135.29 | 101.31 | 61.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 192 | 88 | 0.78 | 0 | 0.54 | 0.25 | 138.4 | 0.64 | 0.46 |
| Hex | 2A | C0 | 58 | 4E | 0 | 36 | 19 | 8A | 40 | 2E |
| Octal | 52 | 300 | 130 | 116 | 0 | 66 | 31 | 212 | 100 | 56 |
| Binary | 101010 | 11000000 | 1011000 | 1001110 | 0 | 110110 | 11001 | 10001010 | 1000000 | 101110 |
Color Harmonies of #2AC058
Complementary color
Monochromatic Colors of #2AC058
Black with #2AC058
Text Example
Text Example
White with #2AC058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC058; }
p { color: rgb(42,192,88); }
H1.HeaderClassName
{
color: #2AC058;
}
.AnyTagClassName
{
color: #2AC058;
}
</style>
background-color css
<style>
a { background-color: #2AC058; }
a { background-color: rgb(42,192,88); }
div.DivClassName
{
background-color: #2AC058;
}
.BgClassName
{
background-color: #2AC058;
}
</style>
border-color css
<style>
span { border-color: #2AC058; }
span { border-color: rgb(42,192,88); }
td.TdClassName
{
border-color: #2AC058;
}
.TagClassName
{
border-color: #2AC058;
}
</style>