Shades of Medium Sea Green #2AC07A
Tints of Medium Sea Green #2AC07A
RGB
CMYK
RGB Variations
Color information
#2AC07A (or 0x2AC07A) is known color: Medium Sea Green. HEX triplet: 2A, C0 and 7A. RGB value is (42,192,122). Sum of RGB (Red+Green+Blue) = 42+192+122=356 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.80% from 356); Green value is 192 (75.39% from 255 or 53.93% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 192 - color contains mainly: green. Hex color #2AC07A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC07A is #D53F85. Grayscale: #8B8B8B. Windows color (decimal): -13975430 or 8044586. OLE color: 8044586.
HSL color Cylindrical-coordinate representation of color #2AC07A: hue angle of 152º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AC07A is Cyan = 0.78, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 192 | 122 | - |
| CMYK | 0.78 | 0 | 0.36 | 0.25 |
| HSL | 152º | 0.64% | 0.46% | - |
| HSV(B) | 152º | 0.78% | 0.75% | - |
| XYZ | 23.32 | 39.6 | 24.83 | - |
| YUV | 139.17 | 118.31 | 58.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 192 | 122 | 0.78 | 0 | 0.36 | 0.25 | 152 | 0.64 | 0.46 |
| Hex | 2A | C0 | 7A | 4E | 0 | 24 | 19 | 98 | 40 | 2E |
| Octal | 52 | 300 | 172 | 116 | 0 | 44 | 31 | 230 | 100 | 56 |
| Binary | 101010 | 11000000 | 1111010 | 1001110 | 0 | 100100 | 11001 | 10011000 | 1000000 | 101110 |
Color Harmonies of #2AC07A
Complementary color
Monochromatic Colors of #2AC07A
Black with #2AC07A
Text Example
Text Example
White with #2AC07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC07A; }
p { color: rgb(42,192,122); }
H1.HeaderClassName
{
color: #2AC07A;
}
.AnyTagClassName
{
color: #2AC07A;
}
</style>
background-color css
<style>
a { background-color: #2AC07A; }
a { background-color: rgb(42,192,122); }
div.DivClassName
{
background-color: #2AC07A;
}
.BgClassName
{
background-color: #2AC07A;
}
</style>
border-color css
<style>
span { border-color: #2AC07A; }
span { border-color: rgb(42,192,122); }
td.TdClassName
{
border-color: #2AC07A;
}
.TagClassName
{
border-color: #2AC07A;
}
</style>