Shades of Emerald #3BCA6E
Tints of Emerald #3BCA6E
RGB
CMYK
RGB Variations
Color information
#3BCA6E (or 0x3BCA6E) is known color: Emerald. HEX triplet: 3B, CA and 6E. RGB value is (59,202,110). Sum of RGB (Red+Green+Blue) = 59+202+110=371 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.90% from 371); Green value is 202 (79.30% from 255 or 54.45% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 202 - color contains mainly: green. Hex color #3BCA6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BCA6E is #C43591. Grayscale: #949494. Windows color (decimal): -12858770 or 7260731. OLE color: 7260731.
HSL color Cylindrical-coordinate representation of color #3BCA6E: hue angle of 141.4º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCA6E is Cyan = 0.71, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 59 | 202 | 110 | - |
| CMYK | 0.71 | 0 | 0.46 | 0.21 |
| HSL | 141.4º | 0.57% | 0.51% | - |
| HSV(B) | 141.4º | 0.71% | 0.79% | - |
| XYZ | 25.74 | 44.3 | 21.95 | - |
| YUV | 148.76 | 106.12 | 63.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 202 | 110 | 0.71 | 0 | 0.46 | 0.21 | 141.4 | 0.57 | 0.51 |
| Hex | 3B | CA | 6E | 47 | 0 | 2E | 15 | 8D | 39 | 33 |
| Octal | 73 | 312 | 156 | 107 | 0 | 56 | 25 | 215 | 71 | 63 |
| Binary | 111011 | 11001010 | 1101110 | 1000111 | 0 | 101110 | 10101 | 10001101 | 111001 | 110011 |
Color Harmonies of #3BCA6E
Complementary color
Monochromatic Colors of #3BCA6E
Black with #3BCA6E
Text Example
Text Example
White with #3BCA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCA6E; }
p { color: rgb(59,202,110); }
H1.HeaderClassName
{
color: #3BCA6E;
}
.AnyTagClassName
{
color: #3BCA6E;
}
</style>
background-color css
<style>
a { background-color: #3BCA6E; }
a { background-color: rgb(59,202,110); }
div.DivClassName
{
background-color: #3BCA6E;
}
.BgClassName
{
background-color: #3BCA6E;
}
</style>
border-color css
<style>
span { border-color: #3BCA6E; }
span { border-color: rgb(59,202,110); }
td.TdClassName
{
border-color: #3BCA6E;
}
.TagClassName
{
border-color: #3BCA6E;
}
</style>