Shades of Emerald #3CC968
Tints of Emerald #3CC968
RGB
CMYK
RGB Variations
Color information
#3CC968 (or 0x3CC968) is known color: Emerald. HEX triplet: 3C, C9 and 68. RGB value is (60,201,104). Sum of RGB (Red+Green+Blue) = 60+201+104=365 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.44% from 365); Green value is 201 (78.91% from 255 or 55.07% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 201 - color contains mainly: green. Hex color #3CC968 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CC968 is #C33697. Grayscale: #949494. Windows color (decimal): -12793496 or 6867260. OLE color: 6867260.
HSL color Cylindrical-coordinate representation of color #3CC968: hue angle of 138.72º 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 #3CC968 is Cyan = 0.70, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 201 | 104 | - |
| CMYK | 0.70 | 0 | 0.48 | 0.21 |
| HSL | 138.72º | 0.57% | 0.51% | - |
| HSV(B) | 138.72º | 0.7% | 0.79% | - |
| XYZ | 25.25 | 43.73 | 20.21 | - |
| YUV | 147.78 | 103.29 | 65.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 201 | 104 | 0.70 | 0 | 0.48 | 0.21 | 138.72 | 0.57 | 0.51 |
| Hex | 3C | C9 | 68 | 46 | 0 | 30 | 15 | 8B | 39 | 33 |
| Octal | 74 | 311 | 150 | 106 | 0 | 60 | 25 | 213 | 71 | 63 |
| Binary | 111100 | 11001001 | 1101000 | 1000110 | 0 | 110000 | 10101 | 10001011 | 111001 | 110011 |
Color Harmonies of #3CC968
Complementary color
Monochromatic Colors of #3CC968
Black with #3CC968
Text Example
Text Example
White with #3CC968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC968; }
p { color: rgb(60,201,104); }
H1.HeaderClassName
{
color: #3CC968;
}
.AnyTagClassName
{
color: #3CC968;
}
</style>
background-color css
<style>
a { background-color: #3CC968; }
a { background-color: rgb(60,201,104); }
div.DivClassName
{
background-color: #3CC968;
}
.BgClassName
{
background-color: #3CC968;
}
</style>
border-color css
<style>
span { border-color: #3CC968; }
span { border-color: rgb(60,201,104); }
td.TdClassName
{
border-color: #3CC968;
}
.TagClassName
{
border-color: #3CC968;
}
</style>