Shades of Medium Sea Green #2AD56C
Tints of Medium Sea Green #2AD56C
RGB
CMYK
RGB Variations
Color information
#2AD56C (or 0x2AD56C) is known color: Medium Sea Green. HEX triplet: 2A, D5 and 6C. RGB value is (42,213,108). Sum of RGB (Red+Green+Blue) = 42+213+108=363 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.57% from 363); Green value is 213 (83.59% from 255 or 58.68% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 213 - color contains mainly: green. Hex color #2AD56C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD56C is #D52A93. Grayscale: #969696. Windows color (decimal): -13970068 or 7132458. OLE color: 7132458.
HSL color Cylindrical-coordinate representation of color #2AD56C: hue angle of 143.16º degrees, saturation: 0.67, 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 #2AD56C is Cyan = 0.80, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 213 | 108 | - |
| CMYK | 0.80 | 0 | 0.49 | 0.16 |
| HSL | 143.16º | 0.67% | 0.5% | - |
| HSV(B) | 143.16º | 0.8% | 0.84% | - |
| XYZ | 27.46 | 49.16 | 22.23 | - |
| YUV | 149.9 | 104.35 | 51.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 213 | 108 | 0.80 | 0 | 0.49 | 0.16 | 143.16 | 0.67 | 0.5 |
| Hex | 2A | D5 | 6C | 50 | 0 | 31 | 10 | 8F | 43 | 32 |
| Octal | 52 | 325 | 154 | 120 | 0 | 61 | 20 | 217 | 103 | 62 |
| Binary | 101010 | 11010101 | 1101100 | 1010000 | 0 | 110001 | 10000 | 10001111 | 1000011 | 110010 |
Color Harmonies of #2AD56C
Complementary color
Monochromatic Colors of #2AD56C
Black with #2AD56C
Text Example
Text Example
White with #2AD56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD56C; }
p { color: rgb(42,213,108); }
H1.HeaderClassName
{
color: #2AD56C;
}
.AnyTagClassName
{
color: #2AD56C;
}
</style>
background-color css
<style>
a { background-color: #2AD56C; }
a { background-color: rgb(42,213,108); }
div.DivClassName
{
background-color: #2AD56C;
}
.BgClassName
{
background-color: #2AD56C;
}
</style>
border-color css
<style>
span { border-color: #2AD56C; }
span { border-color: rgb(42,213,108); }
td.TdClassName
{
border-color: #2AD56C;
}
.TagClassName
{
border-color: #2AD56C;
}
</style>