Shades of Shamrock #34EC88
Tints of Shamrock #34EC88
RGB
CMYK
RGB Variations
Color information
#34EC88 (or 0x34EC88) is known color: Shamrock. HEX triplet: 34, EC and 88. RGB value is (52,236,136). Sum of RGB (Red+Green+Blue) = 52+236+136=424 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.26% from 424); Green value is 236 (92.58% from 255 or 55.66% from 424); Blue value is 136 (53.52% from 255 or 32.08% from 424); Max value from RGB is 236 - color contains mainly: green. Hex color #34EC88 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #34EC88 is #CB1377. Grayscale: #A9A9A9. Windows color (decimal): -13308792 or 8973364. OLE color: 8973364.
HSL color Cylindrical-coordinate representation of color #34EC88: hue angle of 147.39º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34EC88 is Cyan = 0.78, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 236 | 136 | - |
| CMYK | 0.78 | 0 | 0.42 | 0.07 |
| HSL | 147.39º | 0.83% | 0.56% | - |
| HSV(B) | 147.39º | 0.78% | 0.93% | - |
| XYZ | 35.86 | 62.5 | 33.47 | - |
| YUV | 169.58 | 109.04 | 44.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 236 | 136 | 0.78 | 0 | 0.42 | 0.07 | 147.39 | 0.83 | 0.56 |
| Hex | 34 | EC | 88 | 4E | 0 | 2A | 7 | 93 | 53 | 38 |
| Octal | 64 | 354 | 210 | 116 | 0 | 52 | 7 | 223 | 123 | 70 |
| Binary | 110100 | 11101100 | 10001000 | 1001110 | 0 | 101010 | 111 | 10010011 | 1010011 | 111000 |
Color Harmonies of #34EC88
Complementary color
Monochromatic Colors of #34EC88
Black with #34EC88
Text Example
Text Example
White with #34EC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EC88; }
p { color: rgb(52,236,136); }
H1.HeaderClassName
{
color: #34EC88;
}
.AnyTagClassName
{
color: #34EC88;
}
</style>
background-color css
<style>
a { background-color: #34EC88; }
a { background-color: rgb(52,236,136); }
div.DivClassName
{
background-color: #34EC88;
}
.BgClassName
{
background-color: #34EC88;
}
</style>
border-color css
<style>
span { border-color: #34EC88; }
span { border-color: rgb(52,236,136); }
td.TdClassName
{
border-color: #34EC88;
}
.TagClassName
{
border-color: #34EC88;
}
</style>