Shades of Medium Sea Green #2AC470
Tints of Medium Sea Green #2AC470
RGB
CMYK
RGB Variations
Color information
#2AC470 (or 0x2AC470) is known color: Medium Sea Green. HEX triplet: 2A, C4 and 70. RGB value is (42,196,112). Sum of RGB (Red+Green+Blue) = 42+196+112=350 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12% from 350); Green value is 196 (76.95% from 255 or 56% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 196 - color contains mainly: green. Hex color #2AC470 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC470 is #D53B8F. Grayscale: #8C8C8C. Windows color (decimal): -13974416 or 7390250. OLE color: 7390250.
HSL color Cylindrical-coordinate representation of color #2AC470: hue angle of 147.27º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2AC470 is Cyan = 0.79, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 42 | 196 | 112 | - |
| CMYK | 0.79 | 0 | 0.43 | 0.23 |
| HSL | 147.27º | 0.65% | 0.47% | - |
| HSV(B) | 147.27º | 0.79% | 0.77% | - |
| XYZ | 23.62 | 41.14 | 22.03 | - |
| YUV | 140.38 | 111.98 | 57.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 196 | 112 | 0.79 | 0 | 0.43 | 0.23 | 147.27 | 0.65 | 0.47 |
| Hex | 2A | C4 | 70 | 4F | 0 | 2B | 17 | 93 | 41 | 2F |
| Octal | 52 | 304 | 160 | 117 | 0 | 53 | 27 | 223 | 101 | 57 |
| Binary | 101010 | 11000100 | 1110000 | 1001111 | 0 | 101011 | 10111 | 10010011 | 1000001 | 101111 |
Color Harmonies of #2AC470
Complementary color
Monochromatic Colors of #2AC470
Black with #2AC470
Text Example
Text Example
White with #2AC470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC470; }
p { color: rgb(42,196,112); }
H1.HeaderClassName
{
color: #2AC470;
}
.AnyTagClassName
{
color: #2AC470;
}
</style>
background-color css
<style>
a { background-color: #2AC470; }
a { background-color: rgb(42,196,112); }
div.DivClassName
{
background-color: #2AC470;
}
.BgClassName
{
background-color: #2AC470;
}
</style>
border-color css
<style>
span { border-color: #2AC470; }
span { border-color: rgb(42,196,112); }
td.TdClassName
{
border-color: #2AC470;
}
.TagClassName
{
border-color: #2AC470;
}
</style>