Shades of Medium Sea Green #2AC170
Tints of Medium Sea Green #2AC170
RGB
CMYK
RGB Variations
Color information
#2AC170 (or 0x2AC170) is known color: Medium Sea Green. HEX triplet: 2A, C1 and 70. RGB value is (42,193,112). Sum of RGB (Red+Green+Blue) = 42+193+112=347 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.10% from 347); Green value is 193 (75.78% from 255 or 55.62% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 193 - color contains mainly: green. Hex color #2AC170 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC170 is #D53E8F. Grayscale: #8A8A8A. Windows color (decimal): -13975184 or 7389482. OLE color: 7389482.
HSL color Cylindrical-coordinate representation of color #2AC170: hue angle of 147.81º 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 #2AC170 is Cyan = 0.78, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 193 | 112 | - |
| CMYK | 0.78 | 0 | 0.42 | 0.24 |
| HSL | 147.81º | 0.64% | 0.46% | - |
| HSV(B) | 147.81º | 0.78% | 0.76% | - |
| XYZ | 22.95 | 39.8 | 21.8 | - |
| YUV | 138.62 | 112.97 | 59.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 193 | 112 | 0.78 | 0 | 0.42 | 0.24 | 147.81 | 0.64 | 0.46 |
| Hex | 2A | C1 | 70 | 4E | 0 | 2A | 18 | 94 | 40 | 2E |
| Octal | 52 | 301 | 160 | 116 | 0 | 52 | 30 | 224 | 100 | 56 |
| Binary | 101010 | 11000001 | 1110000 | 1001110 | 0 | 101010 | 11000 | 10010100 | 1000000 | 101110 |
Color Harmonies of #2AC170
Complementary color
Monochromatic Colors of #2AC170
Black with #2AC170
Text Example
Text Example
White with #2AC170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC170; }
p { color: rgb(42,193,112); }
H1.HeaderClassName
{
color: #2AC170;
}
.AnyTagClassName
{
color: #2AC170;
}
</style>
background-color css
<style>
a { background-color: #2AC170; }
a { background-color: rgb(42,193,112); }
div.DivClassName
{
background-color: #2AC170;
}
.BgClassName
{
background-color: #2AC170;
}
</style>
border-color css
<style>
span { border-color: #2AC170; }
span { border-color: rgb(42,193,112); }
td.TdClassName
{
border-color: #2AC170;
}
.TagClassName
{
border-color: #2AC170;
}
</style>