Shades of Medium Sea Green #2AD17A
Tints of Medium Sea Green #2AD17A
RGB
CMYK
RGB Variations
Color information
#2AD17A (or 0x2AD17A) is known color: Medium Sea Green. HEX triplet: 2A, D1 and 7A. RGB value is (42,209,122). Sum of RGB (Red+Green+Blue) = 42+209+122=373 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.26% from 373); Green value is 209 (82.03% from 255 or 56.03% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 209 - color contains mainly: green. Hex color #2AD17A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD17A is #D52E85. Grayscale: #959595. Windows color (decimal): -13971078 or 8048938. OLE color: 8048938.
HSL color Cylindrical-coordinate representation of color #2AD17A: hue angle of 148.74º degrees, saturation: 0.67, 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 #2AD17A is Cyan = 0.80, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 209 | 122 | - |
| CMYK | 0.80 | 0 | 0.42 | 0.18 |
| HSL | 148.74º | 0.67% | 0.49% | - |
| HSV(B) | 148.74º | 0.8% | 0.82% | - |
| XYZ | 27.27 | 47.5 | 26.14 | - |
| YUV | 149.15 | 112.67 | 51.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 209 | 122 | 0.80 | 0 | 0.42 | 0.18 | 148.74 | 0.67 | 0.49 |
| Hex | 2A | D1 | 7A | 50 | 0 | 2A | 12 | 95 | 43 | 31 |
| Octal | 52 | 321 | 172 | 120 | 0 | 52 | 22 | 225 | 103 | 61 |
| Binary | 101010 | 11010001 | 1111010 | 1010000 | 0 | 101010 | 10010 | 10010101 | 1000011 | 110001 |
Color Harmonies of #2AD17A
Complementary color
Monochromatic Colors of #2AD17A
Black with #2AD17A
Text Example
Text Example
White with #2AD17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD17A; }
p { color: rgb(42,209,122); }
H1.HeaderClassName
{
color: #2AD17A;
}
.AnyTagClassName
{
color: #2AD17A;
}
</style>
background-color css
<style>
a { background-color: #2AD17A; }
a { background-color: rgb(42,209,122); }
div.DivClassName
{
background-color: #2AD17A;
}
.BgClassName
{
background-color: #2AD17A;
}
</style>
border-color css
<style>
span { border-color: #2AD17A; }
span { border-color: rgb(42,209,122); }
td.TdClassName
{
border-color: #2AD17A;
}
.TagClassName
{
border-color: #2AD17A;
}
</style>