Shades of Emerald #3BC880
Tints of Emerald #3BC880
RGB
CMYK
RGB Variations
Color information
#3BC880 (or 0x3BC880) is known color: Emerald. HEX triplet: 3B, C8 and 80. RGB value is (59,200,128). Sum of RGB (Red+Green+Blue) = 59+200+128=387 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.25% from 387); Green value is 200 (78.52% from 255 or 51.68% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 200 - color contains mainly: green. Hex color #3BC880 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC880 is #C4377F. Grayscale: #959595. Windows color (decimal): -12859264 or 8439867. OLE color: 8439867.
HSL color Cylindrical-coordinate representation of color #3BC880: hue angle of 149.36º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BC880 is Cyan = 0.70, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 59 | 200 | 128 | - |
| CMYK | 0.70 | 0 | 0.36 | 0.22 |
| HSL | 149.36º | 0.56% | 0.51% | - |
| HSV(B) | 149.36º | 0.71% | 0.78% | - |
| XYZ | 26.35 | 43.8 | 27.49 | - |
| YUV | 149.63 | 115.79 | 63.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 200 | 128 | 0.70 | 0 | 0.36 | 0.22 | 149.36 | 0.56 | 0.51 |
| Hex | 3B | C8 | 80 | 46 | 0 | 24 | 16 | 95 | 38 | 33 |
| Octal | 73 | 310 | 200 | 106 | 0 | 44 | 26 | 225 | 70 | 63 |
| Binary | 111011 | 11001000 | 10000000 | 1000110 | 0 | 100100 | 10110 | 10010101 | 111000 | 110011 |
Color Harmonies of #3BC880
Complementary color
Monochromatic Colors of #3BC880
Black with #3BC880
Text Example
Text Example
White with #3BC880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC880; }
p { color: rgb(59,200,128); }
H1.HeaderClassName
{
color: #3BC880;
}
.AnyTagClassName
{
color: #3BC880;
}
</style>
background-color css
<style>
a { background-color: #3BC880; }
a { background-color: rgb(59,200,128); }
div.DivClassName
{
background-color: #3BC880;
}
.BgClassName
{
background-color: #3BC880;
}
</style>
border-color css
<style>
span { border-color: #3BC880; }
span { border-color: rgb(59,200,128); }
td.TdClassName
{
border-color: #3BC880;
}
.TagClassName
{
border-color: #3BC880;
}
</style>