Shades of Emerald #3ACD7E
Tints of Emerald #3ACD7E
RGB
CMYK
RGB Variations
Color information
#3ACD7E (or 0x3ACD7E) is known color: Emerald. HEX triplet: 3A, CD and 7E. RGB value is (58,205,126). Sum of RGB (Red+Green+Blue) = 58+205+126=389 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.91% from 389); Green value is 205 (80.47% from 255 or 52.70% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 205 - color contains mainly: green. Hex color #3ACD7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ACD7E is #C53281. Grayscale: #989898. Windows color (decimal): -12923522 or 8310074. OLE color: 8310074.
HSL color Cylindrical-coordinate representation of color #3ACD7E: hue angle of 147.76º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACD7E is Cyan = 0.72, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 205 | 126 | - |
| CMYK | 0.72 | 0 | 0.39 | 0.20 |
| HSL | 147.76º | 0.6% | 0.52% | - |
| HSV(B) | 147.76º | 0.72% | 0.8% | - |
| XYZ | 27.34 | 46.07 | 27.19 | - |
| YUV | 152.04 | 113.3 | 60.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 205 | 126 | 0.72 | 0 | 0.39 | 0.20 | 147.76 | 0.6 | 0.52 |
| Hex | 3A | CD | 7E | 48 | 0 | 27 | 14 | 94 | 3C | 34 |
| Octal | 72 | 315 | 176 | 110 | 0 | 47 | 24 | 224 | 74 | 64 |
| Binary | 111010 | 11001101 | 1111110 | 1001000 | 0 | 100111 | 10100 | 10010100 | 111100 | 110100 |
Color Harmonies of #3ACD7E
Complementary color
Monochromatic Colors of #3ACD7E
Black with #3ACD7E
Text Example
Text Example
White with #3ACD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACD7E; }
p { color: rgb(58,205,126); }
H1.HeaderClassName
{
color: #3ACD7E;
}
.AnyTagClassName
{
color: #3ACD7E;
}
</style>
background-color css
<style>
a { background-color: #3ACD7E; }
a { background-color: rgb(58,205,126); }
div.DivClassName
{
background-color: #3ACD7E;
}
.BgClassName
{
background-color: #3ACD7E;
}
</style>
border-color css
<style>
span { border-color: #3ACD7E; }
span { border-color: rgb(58,205,126); }
td.TdClassName
{
border-color: #3ACD7E;
}
.TagClassName
{
border-color: #3ACD7E;
}
</style>