Shades of Medium Sea Green #2AC17A
Tints of Medium Sea Green #2AC17A
RGB
CMYK
RGB Variations
Color information
#2AC17A (or 0x2AC17A) is known color: Medium Sea Green. HEX triplet: 2A, C1 and 7A. RGB value is (42,193,122). Sum of RGB (Red+Green+Blue) = 42+193+122=357 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.76% from 357); Green value is 193 (75.78% from 255 or 54.06% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 193 - color contains mainly: green. Hex color #2AC17A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC17A is #D53E85. Grayscale: #8B8B8B. Windows color (decimal): -13975174 or 8044842. OLE color: 8044842.
HSL color Cylindrical-coordinate representation of color #2AC17A: hue angle of 151.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 #2AC17A is Cyan = 0.78, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 193 | 122 | - |
| CMYK | 0.78 | 0 | 0.37 | 0.24 |
| HSL | 151.79º | 0.64% | 0.46% | - |
| HSV(B) | 151.79º | 0.78% | 0.76% | - |
| XYZ | 23.54 | 40.04 | 24.9 | - |
| YUV | 139.76 | 117.97 | 58.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 193 | 122 | 0.78 | 0 | 0.37 | 0.24 | 151.79 | 0.64 | 0.46 |
| Hex | 2A | C1 | 7A | 4E | 0 | 25 | 18 | 98 | 40 | 2E |
| Octal | 52 | 301 | 172 | 116 | 0 | 45 | 30 | 230 | 100 | 56 |
| Binary | 101010 | 11000001 | 1111010 | 1001110 | 0 | 100101 | 11000 | 10011000 | 1000000 | 101110 |
Color Harmonies of #2AC17A
Complementary color
Monochromatic Colors of #2AC17A
Black with #2AC17A
Text Example
Text Example
White with #2AC17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC17A; }
p { color: rgb(42,193,122); }
H1.HeaderClassName
{
color: #2AC17A;
}
.AnyTagClassName
{
color: #2AC17A;
}
</style>
background-color css
<style>
a { background-color: #2AC17A; }
a { background-color: rgb(42,193,122); }
div.DivClassName
{
background-color: #2AC17A;
}
.BgClassName
{
background-color: #2AC17A;
}
</style>
border-color css
<style>
span { border-color: #2AC17A; }
span { border-color: rgb(42,193,122); }
td.TdClassName
{
border-color: #2AC17A;
}
.TagClassName
{
border-color: #2AC17A;
}
</style>