Shades of Emerald #3CC97A
Tints of Emerald #3CC97A
RGB
CMYK
RGB Variations
Color information
#3CC97A (or 0x3CC97A) is known color: Emerald. HEX triplet: 3C, C9 and 7A. RGB value is (60,201,122). Sum of RGB (Red+Green+Blue) = 60+201+122=383 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.67% from 383); Green value is 201 (78.91% from 255 or 52.48% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 201 - color contains mainly: green. Hex color #3CC97A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CC97A is #C33685. Grayscale: #969696. Windows color (decimal): -12793478 or 8046908. OLE color: 8046908.
HSL color Cylindrical-coordinate representation of color #3CC97A: hue angle of 146.38º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CC97A is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 201 | 122 | - |
| CMYK | 0.70 | 0 | 0.39 | 0.21 |
| HSL | 146.38º | 0.57% | 0.51% | - |
| HSV(B) | 146.38º | 0.7% | 0.79% | - |
| XYZ | 26.26 | 44.14 | 25.55 | - |
| YUV | 149.84 | 112.29 | 63.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 201 | 122 | 0.70 | 0 | 0.39 | 0.21 | 146.38 | 0.57 | 0.51 |
| Hex | 3C | C9 | 7A | 46 | 0 | 27 | 15 | 92 | 39 | 33 |
| Octal | 74 | 311 | 172 | 106 | 0 | 47 | 25 | 222 | 71 | 63 |
| Binary | 111100 | 11001001 | 1111010 | 1000110 | 0 | 100111 | 10101 | 10010010 | 111001 | 110011 |
Color Harmonies of #3CC97A
Complementary color
Monochromatic Colors of #3CC97A
Black with #3CC97A
Text Example
Text Example
White with #3CC97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC97A; }
p { color: rgb(60,201,122); }
H1.HeaderClassName
{
color: #3CC97A;
}
.AnyTagClassName
{
color: #3CC97A;
}
</style>
background-color css
<style>
a { background-color: #3CC97A; }
a { background-color: rgb(60,201,122); }
div.DivClassName
{
background-color: #3CC97A;
}
.BgClassName
{
background-color: #3CC97A;
}
</style>
border-color css
<style>
span { border-color: #3CC97A; }
span { border-color: rgb(60,201,122); }
td.TdClassName
{
border-color: #3CC97A;
}
.TagClassName
{
border-color: #3CC97A;
}
</style>