Shades of Emerald #3CCB7A
Tints of Emerald #3CCB7A
RGB
CMYK
RGB Variations
Color information
#3CCB7A (or 0x3CCB7A) is known color: Emerald. HEX triplet: 3C, CB and 7A. RGB value is (60,203,122). Sum of RGB (Red+Green+Blue) = 60+203+122=385 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.58% from 385); Green value is 203 (79.69% from 255 or 52.73% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 203 - color contains mainly: green. Hex color #3CCB7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CCB7A is #C33485. Grayscale: #979797. Windows color (decimal): -12792966 or 8047420. OLE color: 8047420.
HSL color Cylindrical-coordinate representation of color #3CCB7A: hue angle of 146.01º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CCB7A is Cyan = 0.70, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 203 | 122 | - |
| CMYK | 0.70 | 0 | 0.40 | 0.20 |
| HSL | 146.01º | 0.58% | 0.52% | - |
| HSV(B) | 146.01º | 0.7% | 0.8% | - |
| XYZ | 26.73 | 45.08 | 25.7 | - |
| YUV | 151.01 | 111.62 | 63.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 203 | 122 | 0.70 | 0 | 0.40 | 0.20 | 146.01 | 0.58 | 0.52 |
| Hex | 3C | CB | 7A | 46 | 0 | 28 | 14 | 92 | 3A | 34 |
| Octal | 74 | 313 | 172 | 106 | 0 | 50 | 24 | 222 | 72 | 64 |
| Binary | 111100 | 11001011 | 1111010 | 1000110 | 0 | 101000 | 10100 | 10010010 | 111010 | 110100 |
Color Harmonies of #3CCB7A
Complementary color
Monochromatic Colors of #3CCB7A
Black with #3CCB7A
Text Example
Text Example
White with #3CCB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCB7A; }
p { color: rgb(60,203,122); }
H1.HeaderClassName
{
color: #3CCB7A;
}
.AnyTagClassName
{
color: #3CCB7A;
}
</style>
background-color css
<style>
a { background-color: #3CCB7A; }
a { background-color: rgb(60,203,122); }
div.DivClassName
{
background-color: #3CCB7A;
}
.BgClassName
{
background-color: #3CCB7A;
}
</style>
border-color css
<style>
span { border-color: #3CCB7A; }
span { border-color: rgb(60,203,122); }
td.TdClassName
{
border-color: #3CCB7A;
}
.TagClassName
{
border-color: #3CCB7A;
}
</style>