Shades of Emerald #3BEA70
Tints of Emerald #3BEA70
RGB
CMYK
RGB Variations
Color information
#3BEA70 (or 0x3BEA70) is known color: Emerald. HEX triplet: 3B, EA and 70. RGB value is (59,234,112). Sum of RGB (Red+Green+Blue) = 59+234+112=405 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.57% from 405); Green value is 234 (91.80% from 255 or 57.78% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 234 - color contains mainly: green. Hex color #3BEA70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BEA70 is #C4158F. Grayscale: #A8A8A8. Windows color (decimal): -12850576 or 7399995. OLE color: 7399995.
HSL color Cylindrical-coordinate representation of color #3BEA70: hue angle of 138.17º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BEA70 is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 59 | 234 | 112 | - |
| CMYK | 0.75 | 0 | 0.52 | 0.08 |
| HSL | 138.17º | 0.81% | 0.57% | - |
| HSV(B) | 138.17º | 0.75% | 0.92% | - |
| XYZ | 34.15 | 60.95 | 25.29 | - |
| YUV | 167.77 | 96.52 | 50.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 234 | 112 | 0.75 | 0 | 0.52 | 0.08 | 138.17 | 0.81 | 0.57 |
| Hex | 3B | EA | 70 | 4B | 0 | 34 | 8 | 8A | 51 | 39 |
| Octal | 73 | 352 | 160 | 113 | 0 | 64 | 10 | 212 | 121 | 71 |
| Binary | 111011 | 11101010 | 1110000 | 1001011 | 0 | 110100 | 1000 | 10001010 | 1010001 | 111001 |
Color Harmonies of #3BEA70
Complementary color
Monochromatic Colors of #3BEA70
Black with #3BEA70
Text Example
Text Example
White with #3BEA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEA70; }
p { color: rgb(59,234,112); }
H1.HeaderClassName
{
color: #3BEA70;
}
.AnyTagClassName
{
color: #3BEA70;
}
</style>
background-color css
<style>
a { background-color: #3BEA70; }
a { background-color: rgb(59,234,112); }
div.DivClassName
{
background-color: #3BEA70;
}
.BgClassName
{
background-color: #3BEA70;
}
</style>
border-color css
<style>
span { border-color: #3BEA70; }
span { border-color: rgb(59,234,112); }
td.TdClassName
{
border-color: #3BEA70;
}
.TagClassName
{
border-color: #3BEA70;
}
</style>