Shades of Medium Sea Green #2AC77A
Tints of Medium Sea Green #2AC77A
RGB
CMYK
RGB Variations
Color information
#2AC77A (or 0x2AC77A) is known color: Medium Sea Green. HEX triplet: 2A, C7 and 7A. RGB value is (42,199,122). Sum of RGB (Red+Green+Blue) = 42+199+122=363 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.57% from 363); Green value is 199 (78.12% from 255 or 54.82% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 199 - color contains mainly: green. Hex color #2AC77A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC77A is #D53885. Grayscale: #8F8F8F. Windows color (decimal): -13973638 or 8046378. OLE color: 8046378.
HSL color Cylindrical-coordinate representation of color #2AC77A: hue angle of 150.57º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2AC77A is Cyan = 0.79, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 42 | 199 | 122 | - |
| CMYK | 0.79 | 0 | 0.39 | 0.22 |
| HSL | 150.57º | 0.65% | 0.47% | - |
| HSV(B) | 150.57º | 0.79% | 0.78% | - |
| XYZ | 24.89 | 42.74 | 25.35 | - |
| YUV | 143.28 | 115.99 | 55.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 199 | 122 | 0.79 | 0 | 0.39 | 0.22 | 150.57 | 0.65 | 0.47 |
| Hex | 2A | C7 | 7A | 4F | 0 | 27 | 16 | 97 | 41 | 2F |
| Octal | 52 | 307 | 172 | 117 | 0 | 47 | 26 | 227 | 101 | 57 |
| Binary | 101010 | 11000111 | 1111010 | 1001111 | 0 | 100111 | 10110 | 10010111 | 1000001 | 101111 |
Color Harmonies of #2AC77A
Complementary color
Monochromatic Colors of #2AC77A
Black with #2AC77A
Text Example
Text Example
White with #2AC77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC77A; }
p { color: rgb(42,199,122); }
H1.HeaderClassName
{
color: #2AC77A;
}
.AnyTagClassName
{
color: #2AC77A;
}
</style>
background-color css
<style>
a { background-color: #2AC77A; }
a { background-color: rgb(42,199,122); }
div.DivClassName
{
background-color: #2AC77A;
}
.BgClassName
{
background-color: #2AC77A;
}
</style>
border-color css
<style>
span { border-color: #2AC77A; }
span { border-color: rgb(42,199,122); }
td.TdClassName
{
border-color: #2AC77A;
}
.TagClassName
{
border-color: #2AC77A;
}
</style>