Shades of Emerald #3BCB7F
Tints of Emerald #3BCB7F
RGB
CMYK
RGB Variations
Color information
#3BCB7F (or 0x3BCB7F) is known color: Emerald. HEX triplet: 3B, CB and 7F. RGB value is (59,203,127). Sum of RGB (Red+Green+Blue) = 59+203+127=389 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.17% from 389); Green value is 203 (79.69% from 255 or 52.19% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 203 - color contains mainly: green. Hex color #3BCB7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BCB7F is #C43480. Grayscale: #979797. Windows color (decimal): -12858497 or 8375099. OLE color: 8375099.
HSL color Cylindrical-coordinate representation of color #3BCB7F: hue angle of 148.33º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCB7F is Cyan = 0.71, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 203 | 127 | - |
| CMYK | 0.71 | 0 | 0.37 | 0.20 |
| HSL | 148.33º | 0.58% | 0.51% | - |
| HSV(B) | 148.33º | 0.71% | 0.8% | - |
| XYZ | 26.99 | 45.17 | 27.38 | - |
| YUV | 151.28 | 114.29 | 62.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 203 | 127 | 0.71 | 0 | 0.37 | 0.20 | 148.33 | 0.58 | 0.51 |
| Hex | 3B | CB | 7F | 47 | 0 | 25 | 14 | 94 | 3A | 33 |
| Octal | 73 | 313 | 177 | 107 | 0 | 45 | 24 | 224 | 72 | 63 |
| Binary | 111011 | 11001011 | 1111111 | 1000111 | 0 | 100101 | 10100 | 10010100 | 111010 | 110011 |
Color Harmonies of #3BCB7F
Complementary color
Monochromatic Colors of #3BCB7F
Black with #3BCB7F
Text Example
Text Example
White with #3BCB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCB7F; }
p { color: rgb(59,203,127); }
H1.HeaderClassName
{
color: #3BCB7F;
}
.AnyTagClassName
{
color: #3BCB7F;
}
</style>
background-color css
<style>
a { background-color: #3BCB7F; }
a { background-color: rgb(59,203,127); }
div.DivClassName
{
background-color: #3BCB7F;
}
.BgClassName
{
background-color: #3BCB7F;
}
</style>
border-color css
<style>
span { border-color: #3BCB7F; }
span { border-color: rgb(59,203,127); }
td.TdClassName
{
border-color: #3BCB7F;
}
.TagClassName
{
border-color: #3BCB7F;
}
</style>