Shades of Emerald #34EA7B
Tints of Emerald #34EA7B
RGB
CMYK
RGB Variations
Color information
#34EA7B (or 0x34EA7B) is known color: Emerald. HEX triplet: 34, EA and 7B. RGB value is (52,234,123). Sum of RGB (Red+Green+Blue) = 52+234+123=409 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.71% from 409); Green value is 234 (91.80% from 255 or 57.21% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 234 - color contains mainly: green. Hex color #34EA7B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34EA7B is #CB1584. Grayscale: #A7A7A7. Windows color (decimal): -13309317 or 8120884. OLE color: 8120884.
HSL color Cylindrical-coordinate representation of color #34EA7B: hue angle of 143.41º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34EA7B is Cyan = 0.78, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 52 | 234 | 123 | - |
| CMYK | 0.78 | 0 | 0.47 | 0.08 |
| HSL | 143.41º | 0.81% | 0.56% | - |
| HSV(B) | 143.41º | 0.78% | 0.92% | - |
| XYZ | 34.41 | 61.01 | 28.7 | - |
| YUV | 166.93 | 103.2 | 46.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 234 | 123 | 0.78 | 0 | 0.47 | 0.08 | 143.41 | 0.81 | 0.56 |
| Hex | 34 | EA | 7B | 4E | 0 | 2F | 8 | 8F | 51 | 38 |
| Octal | 64 | 352 | 173 | 116 | 0 | 57 | 10 | 217 | 121 | 70 |
| Binary | 110100 | 11101010 | 1111011 | 1001110 | 0 | 101111 | 1000 | 10001111 | 1010001 | 111000 |
Color Harmonies of #34EA7B
Complementary color
Monochromatic Colors of #34EA7B
Black with #34EA7B
Text Example
Text Example
White with #34EA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EA7B; }
p { color: rgb(52,234,123); }
H1.HeaderClassName
{
color: #34EA7B;
}
.AnyTagClassName
{
color: #34EA7B;
}
</style>
background-color css
<style>
a { background-color: #34EA7B; }
a { background-color: rgb(52,234,123); }
div.DivClassName
{
background-color: #34EA7B;
}
.BgClassName
{
background-color: #34EA7B;
}
</style>
border-color css
<style>
span { border-color: #34EA7B; }
span { border-color: rgb(52,234,123); }
td.TdClassName
{
border-color: #34EA7B;
}
.TagClassName
{
border-color: #34EA7B;
}
</style>