Shades of Medium Sea Green #2AC278
Tints of Medium Sea Green #2AC278
RGB
CMYK
RGB Variations
Color information
#2AC278 (or 0x2AC278) is known color: Medium Sea Green. HEX triplet: 2A, C2 and 78. RGB value is (42,194,120). Sum of RGB (Red+Green+Blue) = 42+194+120=356 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.80% from 356); Green value is 194 (76.17% from 255 or 54.49% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 194 - color contains mainly: green. Hex color #2AC278 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC278 is #D53D87. Grayscale: #8C8C8C. Windows color (decimal): -13974920 or 7914026. OLE color: 7914026.
HSL color Cylindrical-coordinate representation of color #2AC278: hue angle of 150.79º 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 #2AC278 is Cyan = 0.78, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 194 | 120 | - |
| CMYK | 0.78 | 0 | 0.38 | 0.24 |
| HSL | 150.79º | 0.64% | 0.46% | - |
| HSV(B) | 150.79º | 0.78% | 0.76% | - |
| XYZ | 23.64 | 40.43 | 24.33 | - |
| YUV | 140.12 | 116.64 | 58.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 194 | 120 | 0.78 | 0 | 0.38 | 0.24 | 150.79 | 0.64 | 0.46 |
| Hex | 2A | C2 | 78 | 4E | 0 | 26 | 18 | 97 | 40 | 2E |
| Octal | 52 | 302 | 170 | 116 | 0 | 46 | 30 | 227 | 100 | 56 |
| Binary | 101010 | 11000010 | 1111000 | 1001110 | 0 | 100110 | 11000 | 10010111 | 1000000 | 101110 |
Color Harmonies of #2AC278
Complementary color
Monochromatic Colors of #2AC278
Black with #2AC278
Text Example
Text Example
White with #2AC278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC278; }
p { color: rgb(42,194,120); }
H1.HeaderClassName
{
color: #2AC278;
}
.AnyTagClassName
{
color: #2AC278;
}
</style>
background-color css
<style>
a { background-color: #2AC278; }
a { background-color: rgb(42,194,120); }
div.DivClassName
{
background-color: #2AC278;
}
.BgClassName
{
background-color: #2AC278;
}
</style>
border-color css
<style>
span { border-color: #2AC278; }
span { border-color: rgb(42,194,120); }
td.TdClassName
{
border-color: #2AC278;
}
.TagClassName
{
border-color: #2AC278;
}
</style>