Shades of Medium Sea Green #2AC270
Tints of Medium Sea Green #2AC270
RGB
CMYK
RGB Variations
Color information
#2AC270 (or 0x2AC270) is known color: Medium Sea Green. HEX triplet: 2A, C2 and 70. RGB value is (42,194,112). Sum of RGB (Red+Green+Blue) = 42+194+112=348 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12.07% from 348); Green value is 194 (76.17% from 255 or 55.75% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 194 - color contains mainly: green. Hex color #2AC270 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC270 is #D53D8F. Grayscale: #8B8B8B. Windows color (decimal): -13974928 or 7389738. OLE color: 7389738.
HSL color Cylindrical-coordinate representation of color #2AC270: hue angle of 147.63º 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 #2AC270 is Cyan = 0.78, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 194 | 112 | - |
| CMYK | 0.78 | 0 | 0.42 | 0.24 |
| HSL | 147.63º | 0.64% | 0.46% | - |
| HSV(B) | 147.63º | 0.78% | 0.76% | - |
| XYZ | 23.17 | 40.25 | 21.88 | - |
| YUV | 139.2 | 112.64 | 58.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 194 | 112 | 0.78 | 0 | 0.42 | 0.24 | 147.63 | 0.64 | 0.46 |
| Hex | 2A | C2 | 70 | 4E | 0 | 2A | 18 | 94 | 40 | 2E |
| Octal | 52 | 302 | 160 | 116 | 0 | 52 | 30 | 224 | 100 | 56 |
| Binary | 101010 | 11000010 | 1110000 | 1001110 | 0 | 101010 | 11000 | 10010100 | 1000000 | 101110 |
Color Harmonies of #2AC270
Complementary color
Monochromatic Colors of #2AC270
Black with #2AC270
Text Example
Text Example
White with #2AC270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC270; }
p { color: rgb(42,194,112); }
H1.HeaderClassName
{
color: #2AC270;
}
.AnyTagClassName
{
color: #2AC270;
}
</style>
background-color css
<style>
a { background-color: #2AC270; }
a { background-color: rgb(42,194,112); }
div.DivClassName
{
background-color: #2AC270;
}
.BgClassName
{
background-color: #2AC270;
}
</style>
border-color css
<style>
span { border-color: #2AC270; }
span { border-color: rgb(42,194,112); }
td.TdClassName
{
border-color: #2AC270;
}
.TagClassName
{
border-color: #2AC270;
}
</style>