Shades of Emerald #3BC97A
Tints of Emerald #3BC97A
RGB
CMYK
RGB Variations
Color information
#3BC97A (or 0x3BC97A) is known color: Emerald. HEX triplet: 3B, C9 and 7A. RGB value is (59,201,122). Sum of RGB (Red+Green+Blue) = 59+201+122=382 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.45% from 382); Green value is 201 (78.91% from 255 or 52.62% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 201 - color contains mainly: green. Hex color #3BC97A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BC97A is #C43685. Grayscale: #959595. Windows color (decimal): -12859014 or 8046907. OLE color: 8046907.
HSL color Cylindrical-coordinate representation of color #3BC97A: hue angle of 146.62º 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 #3BC97A is Cyan = 0.71, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 59 | 201 | 122 | - |
| CMYK | 0.71 | 0 | 0.39 | 0.21 |
| HSL | 146.62º | 0.57% | 0.51% | - |
| HSV(B) | 146.62º | 0.71% | 0.79% | - |
| XYZ | 26.2 | 44.11 | 25.55 | - |
| YUV | 149.54 | 112.46 | 63.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 201 | 122 | 0.71 | 0 | 0.39 | 0.21 | 146.62 | 0.57 | 0.51 |
| Hex | 3B | C9 | 7A | 47 | 0 | 27 | 15 | 93 | 39 | 33 |
| Octal | 73 | 311 | 172 | 107 | 0 | 47 | 25 | 223 | 71 | 63 |
| Binary | 111011 | 11001001 | 1111010 | 1000111 | 0 | 100111 | 10101 | 10010011 | 111001 | 110011 |
Color Harmonies of #3BC97A
Complementary color
Monochromatic Colors of #3BC97A
Black with #3BC97A
Text Example
Text Example
White with #3BC97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC97A; }
p { color: rgb(59,201,122); }
H1.HeaderClassName
{
color: #3BC97A;
}
.AnyTagClassName
{
color: #3BC97A;
}
</style>
background-color css
<style>
a { background-color: #3BC97A; }
a { background-color: rgb(59,201,122); }
div.DivClassName
{
background-color: #3BC97A;
}
.BgClassName
{
background-color: #3BC97A;
}
</style>
border-color css
<style>
span { border-color: #3BC97A; }
span { border-color: rgb(59,201,122); }
td.TdClassName
{
border-color: #3BC97A;
}
.TagClassName
{
border-color: #3BC97A;
}
</style>