Shades of Emerald #3BD06C
Tints of Emerald #3BD06C
RGB
CMYK
RGB Variations
Color information
#3BD06C (or 0x3BD06C) is known color: Emerald. HEX triplet: 3B, D0 and 6C. RGB value is (59,208,108). Sum of RGB (Red+Green+Blue) = 59+208+108=375 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.73% from 375); Green value is 208 (81.64% from 255 or 55.47% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 208 - color contains mainly: green. Hex color #3BD06C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD06C is #C42F93. Grayscale: #989898. Windows color (decimal): -12857236 or 7131195. OLE color: 7131195.
HSL color Cylindrical-coordinate representation of color #3BD06C: hue angle of 139.73º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD06C is Cyan = 0.72, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 59 | 208 | 108 | - |
| CMYK | 0.72 | 0 | 0.48 | 0.18 |
| HSL | 139.73º | 0.61% | 0.52% | - |
| HSV(B) | 139.73º | 0.72% | 0.82% | - |
| XYZ | 27.07 | 47.12 | 21.86 | - |
| YUV | 152.05 | 103.14 | 61.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 208 | 108 | 0.72 | 0 | 0.48 | 0.18 | 139.73 | 0.61 | 0.52 |
| Hex | 3B | D0 | 6C | 48 | 0 | 30 | 12 | 8C | 3D | 34 |
| Octal | 73 | 320 | 154 | 110 | 0 | 60 | 22 | 214 | 75 | 64 |
| Binary | 111011 | 11010000 | 1101100 | 1001000 | 0 | 110000 | 10010 | 10001100 | 111101 | 110100 |
Color Harmonies of #3BD06C
Complementary color
Monochromatic Colors of #3BD06C
Black with #3BD06C
Text Example
Text Example
White with #3BD06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD06C; }
p { color: rgb(59,208,108); }
H1.HeaderClassName
{
color: #3BD06C;
}
.AnyTagClassName
{
color: #3BD06C;
}
</style>
background-color css
<style>
a { background-color: #3BD06C; }
a { background-color: rgb(59,208,108); }
div.DivClassName
{
background-color: #3BD06C;
}
.BgClassName
{
background-color: #3BD06C;
}
</style>
border-color css
<style>
span { border-color: #3BD06C; }
span { border-color: rgb(59,208,108); }
td.TdClassName
{
border-color: #3BD06C;
}
.TagClassName
{
border-color: #3BD06C;
}
</style>