Shades of Medium Sea Green #2AC27C
Tints of Medium Sea Green #2AC27C
RGB
CMYK
RGB Variations
Color information
#2AC27C (or 0x2AC27C) is known color: Medium Sea Green. HEX triplet: 2A, C2 and 7C. RGB value is (42,194,124). Sum of RGB (Red+Green+Blue) = 42+194+124=360 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.67% from 360); Green value is 194 (76.17% from 255 or 53.89% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 194 - color contains mainly: green. Hex color #2AC27C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC27C is #D53D83. Grayscale: #8C8C8C. Windows color (decimal): -13974916 or 8176170. OLE color: 8176170.
HSL color Cylindrical-coordinate representation of color #2AC27C: hue angle of 152.37º 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 #2AC27C is Cyan = 0.78, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 194 | 124 | - |
| CMYK | 0.78 | 0 | 0.36 | 0.24 |
| HSL | 152.37º | 0.64% | 0.46% | - |
| HSV(B) | 152.37º | 0.78% | 0.76% | - |
| XYZ | 23.88 | 40.53 | 25.63 | - |
| YUV | 140.57 | 118.64 | 57.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 194 | 124 | 0.78 | 0 | 0.36 | 0.24 | 152.37 | 0.64 | 0.46 |
| Hex | 2A | C2 | 7C | 4E | 0 | 24 | 18 | 98 | 40 | 2E |
| Octal | 52 | 302 | 174 | 116 | 0 | 44 | 30 | 230 | 100 | 56 |
| Binary | 101010 | 11000010 | 1111100 | 1001110 | 0 | 100100 | 11000 | 10011000 | 1000000 | 101110 |
Color Harmonies of #2AC27C
Complementary color
Monochromatic Colors of #2AC27C
Black with #2AC27C
Text Example
Text Example
White with #2AC27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC27C; }
p { color: rgb(42,194,124); }
H1.HeaderClassName
{
color: #2AC27C;
}
.AnyTagClassName
{
color: #2AC27C;
}
</style>
background-color css
<style>
a { background-color: #2AC27C; }
a { background-color: rgb(42,194,124); }
div.DivClassName
{
background-color: #2AC27C;
}
.BgClassName
{
background-color: #2AC27C;
}
</style>
border-color css
<style>
span { border-color: #2AC27C; }
span { border-color: rgb(42,194,124); }
td.TdClassName
{
border-color: #2AC27C;
}
.TagClassName
{
border-color: #2AC27C;
}
</style>