Shades of Emerald #3CC97B
Tints of Emerald #3CC97B
RGB
CMYK
RGB Variations
Color information
#3CC97B (or 0x3CC97B) is known color: Emerald. HEX triplet: 3C, C9 and 7B. RGB value is (60,201,123). Sum of RGB (Red+Green+Blue) = 60+201+123=384 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.62% from 384); Green value is 201 (78.91% from 255 or 52.34% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 201 - color contains mainly: green. Hex color #3CC97B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CC97B is #C33684. Grayscale: #969696. Windows color (decimal): -12793477 or 8112444. OLE color: 8112444.
HSL color Cylindrical-coordinate representation of color #3CC97B: hue angle of 146.81º 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 #3CC97B is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 201 | 123 | - |
| CMYK | 0.70 | 0 | 0.39 | 0.21 |
| HSL | 146.81º | 0.57% | 0.51% | - |
| HSV(B) | 146.81º | 0.7% | 0.79% | - |
| XYZ | 26.33 | 44.16 | 25.88 | - |
| YUV | 149.95 | 112.79 | 63.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 201 | 123 | 0.70 | 0 | 0.39 | 0.21 | 146.81 | 0.57 | 0.51 |
| Hex | 3C | C9 | 7B | 46 | 0 | 27 | 15 | 93 | 39 | 33 |
| Octal | 74 | 311 | 173 | 106 | 0 | 47 | 25 | 223 | 71 | 63 |
| Binary | 111100 | 11001001 | 1111011 | 1000110 | 0 | 100111 | 10101 | 10010011 | 111001 | 110011 |
Color Harmonies of #3CC97B
Complementary color
Monochromatic Colors of #3CC97B
Black with #3CC97B
Text Example
Text Example
White with #3CC97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC97B; }
p { color: rgb(60,201,123); }
H1.HeaderClassName
{
color: #3CC97B;
}
.AnyTagClassName
{
color: #3CC97B;
}
</style>
background-color css
<style>
a { background-color: #3CC97B; }
a { background-color: rgb(60,201,123); }
div.DivClassName
{
background-color: #3CC97B;
}
.BgClassName
{
background-color: #3CC97B;
}
</style>
border-color css
<style>
span { border-color: #3CC97B; }
span { border-color: rgb(60,201,123); }
td.TdClassName
{
border-color: #3CC97B;
}
.TagClassName
{
border-color: #3CC97B;
}
</style>