Shades of Medium Sea Green #2AD07A
Tints of Medium Sea Green #2AD07A
RGB
CMYK
RGB Variations
Color information
#2AD07A (or 0x2AD07A) is known color: Medium Sea Green. HEX triplet: 2A, D0 and 7A. RGB value is (42,208,122). Sum of RGB (Red+Green+Blue) = 42+208+122=372 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.29% from 372); Green value is 208 (81.64% from 255 or 55.91% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 208 - color contains mainly: green. Hex color #2AD07A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD07A is #D52F85. Grayscale: #949494. Windows color (decimal): -13971334 or 8048682. OLE color: 8048682.
HSL color Cylindrical-coordinate representation of color #2AD07A: hue angle of 148.92º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD07A is Cyan = 0.80, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 208 | 122 | - |
| CMYK | 0.80 | 0 | 0.41 | 0.18 |
| HSL | 148.92º | 0.66% | 0.49% | - |
| HSV(B) | 148.92º | 0.8% | 0.82% | - |
| XYZ | 27.02 | 47.01 | 26.06 | - |
| YUV | 148.56 | 113 | 51.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 208 | 122 | 0.80 | 0 | 0.41 | 0.18 | 148.92 | 0.66 | 0.49 |
| Hex | 2A | D0 | 7A | 50 | 0 | 29 | 12 | 95 | 42 | 31 |
| Octal | 52 | 320 | 172 | 120 | 0 | 51 | 22 | 225 | 102 | 61 |
| Binary | 101010 | 11010000 | 1111010 | 1010000 | 0 | 101001 | 10010 | 10010101 | 1000010 | 110001 |
Color Harmonies of #2AD07A
Complementary color
Monochromatic Colors of #2AD07A
Black with #2AD07A
Text Example
Text Example
White with #2AD07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD07A; }
p { color: rgb(42,208,122); }
H1.HeaderClassName
{
color: #2AD07A;
}
.AnyTagClassName
{
color: #2AD07A;
}
</style>
background-color css
<style>
a { background-color: #2AD07A; }
a { background-color: rgb(42,208,122); }
div.DivClassName
{
background-color: #2AD07A;
}
.BgClassName
{
background-color: #2AD07A;
}
</style>
border-color css
<style>
span { border-color: #2AD07A; }
span { border-color: rgb(42,208,122); }
td.TdClassName
{
border-color: #2AD07A;
}
.TagClassName
{
border-color: #2AD07A;
}
</style>