Shades of Medium Sea Green #2DAC6C
Tints of Medium Sea Green #2DAC6C
RGB
CMYK
RGB Variations
Color information
#2DAC6C (or 0x2DAC6C) is known color: Medium Sea Green. HEX triplet: 2D, AC and 6C. RGB value is (45,172,108). Sum of RGB (Red+Green+Blue) = 45+172+108=325 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.85% from 325); Green value is 172 (67.58% from 255 or 52.92% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 172 - color contains mainly: green. Hex color #2DAC6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAC6C is #D25393. Grayscale: #7E7E7E. Windows color (decimal): -13783956 or 7121965. OLE color: 7121965.
HSL color Cylindrical-coordinate representation of color #2DAC6C: hue angle of 149.76º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAC6C is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 45 | 172 | 108 | - |
| CMYK | 0.74 | 0 | 0.37 | 0.33 |
| HSL | 149.76º | 0.59% | 0.43% | - |
| HSV(B) | 149.76º | 0.74% | 0.67% | - |
| XYZ | 18.54 | 31.15 | 19.22 | - |
| YUV | 126.73 | 117.42 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 172 | 108 | 0.74 | 0 | 0.37 | 0.33 | 149.76 | 0.59 | 0.43 |
| Hex | 2D | AC | 6C | 4A | 0 | 25 | 21 | 96 | 3B | 2B |
| Octal | 55 | 254 | 154 | 112 | 0 | 45 | 41 | 226 | 73 | 53 |
| Binary | 101101 | 10101100 | 1101100 | 1001010 | 0 | 100101 | 100001 | 10010110 | 111011 | 101011 |
Color Harmonies of #2DAC6C
Complementary color
Monochromatic Colors of #2DAC6C
Black with #2DAC6C
Text Example
Text Example
White with #2DAC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAC6C; }
p { color: rgb(45,172,108); }
H1.HeaderClassName
{
color: #2DAC6C;
}
.AnyTagClassName
{
color: #2DAC6C;
}
</style>
background-color css
<style>
a { background-color: #2DAC6C; }
a { background-color: rgb(45,172,108); }
div.DivClassName
{
background-color: #2DAC6C;
}
.BgClassName
{
background-color: #2DAC6C;
}
</style>
border-color css
<style>
span { border-color: #2DAC6C; }
span { border-color: rgb(45,172,108); }
td.TdClassName
{
border-color: #2DAC6C;
}
.TagClassName
{
border-color: #2DAC6C;
}
</style>