Shades of Medium Sea Green #2ACD76
Tints of Medium Sea Green #2ACD76
RGB
CMYK
RGB Variations
Color information
#2ACD76 (or 0x2ACD76) is known color: Medium Sea Green. HEX triplet: 2A, CD and 76. RGB value is (42,205,118). Sum of RGB (Red+Green+Blue) = 42+205+118=365 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.51% from 365); Green value is 205 (80.47% from 255 or 56.16% from 365); Blue value is 118 (46.48% from 255 or 32.33% from 365); Max value from RGB is 205 - color contains mainly: green. Hex color #2ACD76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ACD76 is #D53289. Grayscale: #929292. Windows color (decimal): -13972106 or 7785770. OLE color: 7785770.
HSL color Cylindrical-coordinate representation of color #2ACD76: hue angle of 147.98º 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 #2ACD76 is Cyan = 0.80, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 205 | 118 | - |
| CMYK | 0.80 | 0 | 0.42 | 0.20 |
| HSL | 147.98º | 0.66% | 0.48% | - |
| HSV(B) | 147.98º | 0.8% | 0.8% | - |
| XYZ | 26.06 | 45.46 | 24.54 | - |
| YUV | 146.35 | 112 | 53.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 205 | 118 | 0.80 | 0 | 0.42 | 0.20 | 147.98 | 0.66 | 0.48 |
| Hex | 2A | CD | 76 | 50 | 0 | 2A | 14 | 94 | 42 | 30 |
| Octal | 52 | 315 | 166 | 120 | 0 | 52 | 24 | 224 | 102 | 60 |
| Binary | 101010 | 11001101 | 1110110 | 1010000 | 0 | 101010 | 10100 | 10010100 | 1000010 | 110000 |
Color Harmonies of #2ACD76
Complementary color
Monochromatic Colors of #2ACD76
Black with #2ACD76
Text Example
Text Example
White with #2ACD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACD76; }
p { color: rgb(42,205,118); }
H1.HeaderClassName
{
color: #2ACD76;
}
.AnyTagClassName
{
color: #2ACD76;
}
</style>
background-color css
<style>
a { background-color: #2ACD76; }
a { background-color: rgb(42,205,118); }
div.DivClassName
{
background-color: #2ACD76;
}
.BgClassName
{
background-color: #2ACD76;
}
</style>
border-color css
<style>
span { border-color: #2ACD76; }
span { border-color: rgb(42,205,118); }
td.TdClassName
{
border-color: #2ACD76;
}
.TagClassName
{
border-color: #2ACD76;
}
</style>