Shades of Medium Sea Green #2ACD73
Tints of Medium Sea Green #2ACD73
RGB
CMYK
RGB Variations
Color information
#2ACD73 (or 0x2ACD73) is known color: Medium Sea Green. HEX triplet: 2A, CD and 73. RGB value is (42,205,115). Sum of RGB (Red+Green+Blue) = 42+205+115=362 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.60% from 362); Green value is 205 (80.47% from 255 or 56.63% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 205 - color contains mainly: green. Hex color #2ACD73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ACD73 is #D5328C. Grayscale: #929292. Windows color (decimal): -13972109 or 7589162. OLE color: 7589162.
HSL color Cylindrical-coordinate representation of color #2ACD73: hue angle of 146.87º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ACD73 is Cyan = 0.80, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 205 | 115 | - |
| CMYK | 0.80 | 0 | 0.44 | 0.20 |
| HSL | 146.87º | 0.66% | 0.48% | - |
| HSV(B) | 146.87º | 0.8% | 0.8% | - |
| XYZ | 25.88 | 45.39 | 23.62 | - |
| YUV | 146 | 110.5 | 53.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 205 | 115 | 0.80 | 0 | 0.44 | 0.20 | 146.87 | 0.66 | 0.48 |
| Hex | 2A | CD | 73 | 50 | 0 | 2C | 14 | 93 | 42 | 30 |
| Octal | 52 | 315 | 163 | 120 | 0 | 54 | 24 | 223 | 102 | 60 |
| Binary | 101010 | 11001101 | 1110011 | 1010000 | 0 | 101100 | 10100 | 10010011 | 1000010 | 110000 |
Color Harmonies of #2ACD73
Complementary color
Monochromatic Colors of #2ACD73
Black with #2ACD73
Text Example
Text Example
White with #2ACD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACD73; }
p { color: rgb(42,205,115); }
H1.HeaderClassName
{
color: #2ACD73;
}
.AnyTagClassName
{
color: #2ACD73;
}
</style>
background-color css
<style>
a { background-color: #2ACD73; }
a { background-color: rgb(42,205,115); }
div.DivClassName
{
background-color: #2ACD73;
}
.BgClassName
{
background-color: #2ACD73;
}
</style>
border-color css
<style>
span { border-color: #2ACD73; }
span { border-color: rgb(42,205,115); }
td.TdClassName
{
border-color: #2ACD73;
}
.TagClassName
{
border-color: #2ACD73;
}
</style>