Shades of Shamrock #34E686
Tints of Shamrock #34E686
RGB
CMYK
RGB Variations
Color information
#34E686 (or 0x34E686) is known color: Shamrock. HEX triplet: 34, E6 and 86. RGB value is (52,230,134). Sum of RGB (Red+Green+Blue) = 52+230+134=416 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.5% from 416); Green value is 230 (90.23% from 255 or 55.29% from 416); Blue value is 134 (52.73% from 255 or 32.21% from 416); Max value from RGB is 230 - color contains mainly: green. Hex color #34E686 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #34E686 is #CB1979. Grayscale: #A6A6A6. Windows color (decimal): -13310330 or 8840756. OLE color: 8840756.
HSL color Cylindrical-coordinate representation of color #34E686: hue angle of 147.64º 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 #34E686 is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 52 | 230 | 134 | - |
| CMYK | 0.77 | 0 | 0.42 | 0.10 |
| HSL | 147.64º | 0.78% | 0.55% | - |
| HSV(B) | 147.64º | 0.77% | 0.9% | - |
| XYZ | 34.02 | 59.04 | 32.16 | - |
| YUV | 165.83 | 110.03 | 46.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 230 | 134 | 0.77 | 0 | 0.42 | 0.10 | 147.64 | 0.78 | 0.55 |
| Hex | 34 | E6 | 86 | 4D | 0 | 2A | A | 94 | 4E | 37 |
| Octal | 64 | 346 | 206 | 115 | 0 | 52 | 12 | 224 | 116 | 67 |
| Binary | 110100 | 11100110 | 10000110 | 1001101 | 0 | 101010 | 1010 | 10010100 | 1001110 | 110111 |
Color Harmonies of #34E686
Complementary color
Monochromatic Colors of #34E686
Black with #34E686
Text Example
Text Example
White with #34E686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E686; }
p { color: rgb(52,230,134); }
H1.HeaderClassName
{
color: #34E686;
}
.AnyTagClassName
{
color: #34E686;
}
</style>
background-color css
<style>
a { background-color: #34E686; }
a { background-color: rgb(52,230,134); }
div.DivClassName
{
background-color: #34E686;
}
.BgClassName
{
background-color: #34E686;
}
</style>
border-color css
<style>
span { border-color: #34E686; }
span { border-color: rgb(52,230,134); }
td.TdClassName
{
border-color: #34E686;
}
.TagClassName
{
border-color: #34E686;
}
</style>