Shades of Emerald #3CCF7B
Tints of Emerald #3CCF7B
RGB
CMYK
RGB Variations
Color information
#3CCF7B (or 0x3CCF7B) is known color: Emerald. HEX triplet: 3C, CF and 7B. RGB value is (60,207,123). Sum of RGB (Red+Green+Blue) = 60+207+123=390 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.38% from 390); Green value is 207 (81.25% from 255 or 53.08% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 207 - color contains mainly: green. Hex color #3CCF7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CCF7B is #C33084. Grayscale: #999999. Windows color (decimal): -12791941 or 8113980. OLE color: 8113980.
HSL color Cylindrical-coordinate representation of color #3CCF7B: hue angle of 145.71º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CCF7B is Cyan = 0.71, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 207 | 123 | - |
| CMYK | 0.71 | 0 | 0.41 | 0.19 |
| HSL | 145.71º | 0.6% | 0.52% | - |
| HSV(B) | 145.71º | 0.71% | 0.81% | - |
| XYZ | 27.75 | 47.02 | 26.35 | - |
| YUV | 153.47 | 110.8 | 61.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 207 | 123 | 0.71 | 0 | 0.41 | 0.19 | 145.71 | 0.6 | 0.52 |
| Hex | 3C | CF | 7B | 47 | 0 | 29 | 13 | 92 | 3C | 34 |
| Octal | 74 | 317 | 173 | 107 | 0 | 51 | 23 | 222 | 74 | 64 |
| Binary | 111100 | 11001111 | 1111011 | 1000111 | 0 | 101001 | 10011 | 10010010 | 111100 | 110100 |
Color Harmonies of #3CCF7B
Complementary color
Monochromatic Colors of #3CCF7B
Black with #3CCF7B
Text Example
Text Example
White with #3CCF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCF7B; }
p { color: rgb(60,207,123); }
H1.HeaderClassName
{
color: #3CCF7B;
}
.AnyTagClassName
{
color: #3CCF7B;
}
</style>
background-color css
<style>
a { background-color: #3CCF7B; }
a { background-color: rgb(60,207,123); }
div.DivClassName
{
background-color: #3CCF7B;
}
.BgClassName
{
background-color: #3CCF7B;
}
</style>
border-color css
<style>
span { border-color: #3CCF7B; }
span { border-color: rgb(60,207,123); }
td.TdClassName
{
border-color: #3CCF7B;
}
.TagClassName
{
border-color: #3CCF7B;
}
</style>