Shades of Medium Sea Green #2AC076
Tints of Medium Sea Green #2AC076
RGB
CMYK
RGB Variations
Color information
#2AC076 (or 0x2AC076) is known color: Medium Sea Green. HEX triplet: 2A, C0 and 76. RGB value is (42,192,118). Sum of RGB (Red+Green+Blue) = 42+192+118=352 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.93% from 352); Green value is 192 (75.39% from 255 or 54.55% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 192 - color contains mainly: green. Hex color #2AC076 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC076 is #D53F89. Grayscale: #8A8A8A. Windows color (decimal): -13975434 or 7782442. OLE color: 7782442.
HSL color Cylindrical-coordinate representation of color #2AC076: hue angle of 150.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 #2AC076 is Cyan = 0.78, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 192 | 118 | - |
| CMYK | 0.78 | 0 | 0.39 | 0.25 |
| HSL | 150.4º | 0.64% | 0.46% | - |
| HSV(B) | 150.4º | 0.78% | 0.75% | - |
| XYZ | 23.07 | 39.5 | 23.55 | - |
| YUV | 138.71 | 116.31 | 59.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 192 | 118 | 0.78 | 0 | 0.39 | 0.25 | 150.4 | 0.64 | 0.46 |
| Hex | 2A | C0 | 76 | 4E | 0 | 27 | 19 | 96 | 40 | 2E |
| Octal | 52 | 300 | 166 | 116 | 0 | 47 | 31 | 226 | 100 | 56 |
| Binary | 101010 | 11000000 | 1110110 | 1001110 | 0 | 100111 | 11001 | 10010110 | 1000000 | 101110 |
Color Harmonies of #2AC076
Complementary color
Monochromatic Colors of #2AC076
Black with #2AC076
Text Example
Text Example
White with #2AC076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC076; }
p { color: rgb(42,192,118); }
H1.HeaderClassName
{
color: #2AC076;
}
.AnyTagClassName
{
color: #2AC076;
}
</style>
background-color css
<style>
a { background-color: #2AC076; }
a { background-color: rgb(42,192,118); }
div.DivClassName
{
background-color: #2AC076;
}
.BgClassName
{
background-color: #2AC076;
}
</style>
border-color css
<style>
span { border-color: #2AC076; }
span { border-color: rgb(42,192,118); }
td.TdClassName
{
border-color: #2AC076;
}
.TagClassName
{
border-color: #2AC076;
}
</style>