Shades of Emerald #3BC882
Tints of Emerald #3BC882
RGB
CMYK
RGB Variations
Color information
#3BC882 (or 0x3BC882) is known color: Emerald. HEX triplet: 3B, C8 and 82. RGB value is (59,200,130). Sum of RGB (Red+Green+Blue) = 59+200+130=389 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.17% from 389); Green value is 200 (78.52% from 255 or 51.41% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 200 - color contains mainly: green. Hex color #3BC882 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC882 is #C4377D. Grayscale: #969696. Windows color (decimal): -12859262 or 8570939. OLE color: 8570939.
HSL color Cylindrical-coordinate representation of color #3BC882: hue angle of 150.21º 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 #3BC882 is Cyan = 0.70, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 59 | 200 | 130 | - |
| CMYK | 0.70 | 0 | 0.35 | 0.22 |
| HSL | 150.21º | 0.56% | 0.51% | - |
| HSV(B) | 150.21º | 0.71% | 0.78% | - |
| XYZ | 26.49 | 43.85 | 28.19 | - |
| YUV | 149.86 | 116.79 | 63.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 200 | 130 | 0.70 | 0 | 0.35 | 0.22 | 150.21 | 0.56 | 0.51 |
| Hex | 3B | C8 | 82 | 46 | 0 | 23 | 16 | 96 | 38 | 33 |
| Octal | 73 | 310 | 202 | 106 | 0 | 43 | 26 | 226 | 70 | 63 |
| Binary | 111011 | 11001000 | 10000010 | 1000110 | 0 | 100011 | 10110 | 10010110 | 111000 | 110011 |
Color Harmonies of #3BC882
Complementary color
Monochromatic Colors of #3BC882
Black with #3BC882
Text Example
Text Example
White with #3BC882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC882; }
p { color: rgb(59,200,130); }
H1.HeaderClassName
{
color: #3BC882;
}
.AnyTagClassName
{
color: #3BC882;
}
</style>
background-color css
<style>
a { background-color: #3BC882; }
a { background-color: rgb(59,200,130); }
div.DivClassName
{
background-color: #3BC882;
}
.BgClassName
{
background-color: #3BC882;
}
</style>
border-color css
<style>
span { border-color: #3BC882; }
span { border-color: rgb(59,200,130); }
td.TdClassName
{
border-color: #3BC882;
}
.TagClassName
{
border-color: #3BC882;
}
</style>