Shades of Medium Sea Green #2AD775
Tints of Medium Sea Green #2AD775
RGB
CMYK
RGB Variations
Color information
#2AD775 (or 0x2AD775) is known color: Medium Sea Green. HEX triplet: 2A, D7 and 75. RGB value is (42,215,117). Sum of RGB (Red+Green+Blue) = 42+215+117=374 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.23% from 374); Green value is 215 (84.38% from 255 or 57.49% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 215 - color contains mainly: green. Hex color #2AD775 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD775 is #D5288A. Grayscale: #989898. Windows color (decimal): -13969547 or 7722794. OLE color: 7722794.
HSL color Cylindrical-coordinate representation of color #2AD775: hue angle of 146.01º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD775 is Cyan = 0.80, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 215 | 117 | - |
| CMYK | 0.80 | 0 | 0.46 | 0.16 |
| HSL | 146.01º | 0.68% | 0.5% | - |
| HSV(B) | 146.01º | 0.8% | 0.84% | - |
| XYZ | 28.47 | 50.38 | 25.05 | - |
| YUV | 152.1 | 108.19 | 49.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 215 | 117 | 0.80 | 0 | 0.46 | 0.16 | 146.01 | 0.68 | 0.5 |
| Hex | 2A | D7 | 75 | 50 | 0 | 2E | 10 | 92 | 44 | 32 |
| Octal | 52 | 327 | 165 | 120 | 0 | 56 | 20 | 222 | 104 | 62 |
| Binary | 101010 | 11010111 | 1110101 | 1010000 | 0 | 101110 | 10000 | 10010010 | 1000100 | 110010 |
Color Harmonies of #2AD775
Complementary color
Monochromatic Colors of #2AD775
Black with #2AD775
Text Example
Text Example
White with #2AD775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD775; }
p { color: rgb(42,215,117); }
H1.HeaderClassName
{
color: #2AD775;
}
.AnyTagClassName
{
color: #2AD775;
}
</style>
background-color css
<style>
a { background-color: #2AD775; }
a { background-color: rgb(42,215,117); }
div.DivClassName
{
background-color: #2AD775;
}
.BgClassName
{
background-color: #2AD775;
}
</style>
border-color css
<style>
span { border-color: #2AD775; }
span { border-color: rgb(42,215,117); }
td.TdClassName
{
border-color: #2AD775;
}
.TagClassName
{
border-color: #2AD775;
}
</style>