Shades of Medium Sea Green #2AD06E
Tints of Medium Sea Green #2AD06E
RGB
CMYK
RGB Variations
Color information
#2AD06E (or 0x2AD06E) is known color: Medium Sea Green. HEX triplet: 2A, D0 and 6E. RGB value is (42,208,110). Sum of RGB (Red+Green+Blue) = 42+208+110=360 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.67% from 360); Green value is 208 (81.64% from 255 or 57.78% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 208 - color contains mainly: green. Hex color #2AD06E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD06E is #D52F91. Grayscale: #939393. Windows color (decimal): -13971346 or 7262250. OLE color: 7262250.
HSL color Cylindrical-coordinate representation of color #2AD06E: hue angle of 144.58º 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 #2AD06E is Cyan = 0.80, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 208 | 110 | - |
| CMYK | 0.80 | 0 | 0.47 | 0.18 |
| HSL | 144.58º | 0.66% | 0.49% | - |
| HSV(B) | 144.58º | 0.8% | 0.82% | - |
| XYZ | 26.33 | 46.73 | 22.38 | - |
| YUV | 147.19 | 107 | 52.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 208 | 110 | 0.80 | 0 | 0.47 | 0.18 | 144.58 | 0.66 | 0.49 |
| Hex | 2A | D0 | 6E | 50 | 0 | 2F | 12 | 91 | 42 | 31 |
| Octal | 52 | 320 | 156 | 120 | 0 | 57 | 22 | 221 | 102 | 61 |
| Binary | 101010 | 11010000 | 1101110 | 1010000 | 0 | 101111 | 10010 | 10010001 | 1000010 | 110001 |
Color Harmonies of #2AD06E
Complementary color
Monochromatic Colors of #2AD06E
Black with #2AD06E
Text Example
Text Example
White with #2AD06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD06E; }
p { color: rgb(42,208,110); }
H1.HeaderClassName
{
color: #2AD06E;
}
.AnyTagClassName
{
color: #2AD06E;
}
</style>
background-color css
<style>
a { background-color: #2AD06E; }
a { background-color: rgb(42,208,110); }
div.DivClassName
{
background-color: #2AD06E;
}
.BgClassName
{
background-color: #2AD06E;
}
</style>
border-color css
<style>
span { border-color: #2AD06E; }
span { border-color: rgb(42,208,110); }
td.TdClassName
{
border-color: #2AD06E;
}
.TagClassName
{
border-color: #2AD06E;
}
</style>