Shades of Medium Sea Green #2AD26D
Tints of Medium Sea Green #2AD26D
RGB
CMYK
RGB Variations
Color information
#2AD26D (or 0x2AD26D) is known color: Medium Sea Green. HEX triplet: 2A, D2 and 6D. RGB value is (42,210,109). Sum of RGB (Red+Green+Blue) = 42+210+109=361 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.63% from 361); Green value is 210 (82.42% from 255 or 58.17% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 210 - color contains mainly: green. Hex color #2AD26D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD26D is #D52D92. Grayscale: #949494. Windows color (decimal): -13970835 or 7197226. OLE color: 7197226.
HSL color Cylindrical-coordinate representation of color #2AD26D: hue angle of 143.93º 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 #2AD26D is Cyan = 0.8, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 210 | 109 | - |
| CMYK | 0.8 | 0 | 0.48 | 0.18 |
| HSL | 143.93º | 0.67% | 0.49% | - |
| HSV(B) | 143.93º | 0.8% | 0.82% | - |
| XYZ | 26.76 | 47.69 | 22.26 | - |
| YUV | 148.25 | 105.84 | 52.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 210 | 109 | 0.8 | 0 | 0.48 | 0.18 | 143.93 | 0.67 | 0.49 |
| Hex | 2A | D2 | 6D | 50 | 0 | 30 | 12 | 90 | 43 | 31 |
| Octal | 52 | 322 | 155 | 120 | 0 | 60 | 22 | 220 | 103 | 61 |
| Binary | 101010 | 11010010 | 1101101 | 1010000 | 0 | 110000 | 10010 | 10010000 | 1000011 | 110001 |
Color Harmonies of #2AD26D
Complementary color
Monochromatic Colors of #2AD26D
Black with #2AD26D
Text Example
Text Example
White with #2AD26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD26D; }
p { color: rgb(42,210,109); }
H1.HeaderClassName
{
color: #2AD26D;
}
.AnyTagClassName
{
color: #2AD26D;
}
</style>
background-color css
<style>
a { background-color: #2AD26D; }
a { background-color: rgb(42,210,109); }
div.DivClassName
{
background-color: #2AD26D;
}
.BgClassName
{
background-color: #2AD26D;
}
</style>
border-color css
<style>
span { border-color: #2AD26D; }
span { border-color: rgb(42,210,109); }
td.TdClassName
{
border-color: #2AD26D;
}
.TagClassName
{
border-color: #2AD26D;
}
</style>