Shades of Medium Sea Green #2AD874
Tints of Medium Sea Green #2AD874
RGB
CMYK
RGB Variations
Color information
#2AD874 (or 0x2AD874) is known color: Medium Sea Green. HEX triplet: 2A, D8 and 74. RGB value is (42,216,116). Sum of RGB (Red+Green+Blue) = 42+216+116=374 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.23% from 374); Green value is 216 (84.77% from 255 or 57.75% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 216 - color contains mainly: green. Hex color #2AD874 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD874 is #D5278B. Grayscale: #989898. Windows color (decimal): -13969292 or 7657514. OLE color: 7657514.
HSL color Cylindrical-coordinate representation of color #2AD874: hue angle of 145.52º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AD874 is Cyan = 0.81, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 216 | 116 | - |
| CMYK | 0.81 | 0 | 0.46 | 0.15 |
| HSL | 145.52º | 0.69% | 0.51% | - |
| HSV(B) | 145.52º | 0.81% | 0.85% | - |
| XYZ | 28.66 | 50.86 | 24.83 | - |
| YUV | 152.57 | 107.35 | 49.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 216 | 116 | 0.81 | 0 | 0.46 | 0.15 | 145.52 | 0.69 | 0.51 |
| Hex | 2A | D8 | 74 | 51 | 0 | 2E | F | 92 | 45 | 33 |
| Octal | 52 | 330 | 164 | 121 | 0 | 56 | 17 | 222 | 105 | 63 |
| Binary | 101010 | 11011000 | 1110100 | 1010001 | 0 | 101110 | 1111 | 10010010 | 1000101 | 110011 |
Color Harmonies of #2AD874
Complementary color
Monochromatic Colors of #2AD874
Black with #2AD874
Text Example
Text Example
White with #2AD874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD874; }
p { color: rgb(42,216,116); }
H1.HeaderClassName
{
color: #2AD874;
}
.AnyTagClassName
{
color: #2AD874;
}
</style>
background-color css
<style>
a { background-color: #2AD874; }
a { background-color: rgb(42,216,116); }
div.DivClassName
{
background-color: #2AD874;
}
.BgClassName
{
background-color: #2AD874;
}
</style>
border-color css
<style>
span { border-color: #2AD874; }
span { border-color: rgb(42,216,116); }
td.TdClassName
{
border-color: #2AD874;
}
.TagClassName
{
border-color: #2AD874;
}
</style>