Shades of Emerald #34E668
Tints of Emerald #34E668
RGB
CMYK
RGB Variations
Color information
#34E668 (or 0x34E668) is known color: Emerald. HEX triplet: 34, E6 and 68. RGB value is (52,230,104). Sum of RGB (Red+Green+Blue) = 52+230+104=386 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.47% from 386); Green value is 230 (90.23% from 255 or 59.59% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 230 - color contains mainly: green. Hex color #34E668 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34E668 is #CB1997. Grayscale: #A2A2A2. Windows color (decimal): -13310360 or 6874676. OLE color: 6874676.
HSL color Cylindrical-coordinate representation of color #34E668: hue angle of 137.53º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E668 is Cyan = 0.77, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 52 | 230 | 104 | - |
| CMYK | 0.77 | 0 | 0.55 | 0.10 |
| HSL | 137.53º | 0.78% | 0.55% | - |
| HSV(B) | 137.53º | 0.77% | 0.9% | - |
| XYZ | 32.21 | 58.32 | 22.66 | - |
| YUV | 162.41 | 95.03 | 49.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 230 | 104 | 0.77 | 0 | 0.55 | 0.10 | 137.53 | 0.78 | 0.55 |
| Hex | 34 | E6 | 68 | 4D | 0 | 37 | A | 8A | 4E | 37 |
| Octal | 64 | 346 | 150 | 115 | 0 | 67 | 12 | 212 | 116 | 67 |
| Binary | 110100 | 11100110 | 1101000 | 1001101 | 0 | 110111 | 1010 | 10001010 | 1001110 | 110111 |
Color Harmonies of #34E668
Complementary color
Monochromatic Colors of #34E668
Black with #34E668
Text Example
Text Example
White with #34E668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E668; }
p { color: rgb(52,230,104); }
H1.HeaderClassName
{
color: #34E668;
}
.AnyTagClassName
{
color: #34E668;
}
</style>
background-color css
<style>
a { background-color: #34E668; }
a { background-color: rgb(52,230,104); }
div.DivClassName
{
background-color: #34E668;
}
.BgClassName
{
background-color: #34E668;
}
</style>
border-color css
<style>
span { border-color: #34E668; }
span { border-color: rgb(52,230,104); }
td.TdClassName
{
border-color: #34E668;
}
.TagClassName
{
border-color: #34E668;
}
</style>