Shades of Emerald #3BEE80
Tints of Emerald #3BEE80
RGB
CMYK
RGB Variations
Color information
#3BEE80 (or 0x3BEE80) is known color: Emerald. HEX triplet: 3B, EE and 80. RGB value is (59,238,128). Sum of RGB (Red+Green+Blue) = 59+238+128=425 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.88% from 425); Green value is 238 (93.36% from 255 or 56% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 238 - color contains mainly: green. Hex color #3BEE80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BEE80 is #C4117F. Grayscale: #ACACAC. Windows color (decimal): -12849536 or 8449595. OLE color: 8449595.
HSL color Cylindrical-coordinate representation of color #3BEE80: hue angle of 143.13º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BEE80 is Cyan = 0.75, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 238 | 128 | - |
| CMYK | 0.75 | 0 | 0.46 | 0.07 |
| HSL | 143.13º | 0.84% | 0.58% | - |
| HSV(B) | 143.13º | 0.75% | 0.93% | - |
| XYZ | 36.27 | 63.64 | 30.79 | - |
| YUV | 171.94 | 103.2 | 47.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 238 | 128 | 0.75 | 0 | 0.46 | 0.07 | 143.13 | 0.84 | 0.58 |
| Hex | 3B | EE | 80 | 4B | 0 | 2E | 7 | 8F | 54 | 3A |
| Octal | 73 | 356 | 200 | 113 | 0 | 56 | 7 | 217 | 124 | 72 |
| Binary | 111011 | 11101110 | 10000000 | 1001011 | 0 | 101110 | 111 | 10001111 | 1010100 | 111010 |
Color Harmonies of #3BEE80
Complementary color
Monochromatic Colors of #3BEE80
Black with #3BEE80
Text Example
Text Example
White with #3BEE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEE80; }
p { color: rgb(59,238,128); }
H1.HeaderClassName
{
color: #3BEE80;
}
.AnyTagClassName
{
color: #3BEE80;
}
</style>
background-color css
<style>
a { background-color: #3BEE80; }
a { background-color: rgb(59,238,128); }
div.DivClassName
{
background-color: #3BEE80;
}
.BgClassName
{
background-color: #3BEE80;
}
</style>
border-color css
<style>
span { border-color: #3BEE80; }
span { border-color: rgb(59,238,128); }
td.TdClassName
{
border-color: #3BEE80;
}
.TagClassName
{
border-color: #3BEE80;
}
</style>