Shades of Shamrock #34E5A0
Tints of Shamrock #34E5A0
RGB
CMYK
RGB Variations
Color information
#34E5A0 (or 0x34E5A0) is known color: Shamrock. HEX triplet: 34, E5 and A0. RGB value is (52,229,160). Sum of RGB (Red+Green+Blue) = 52+229+160=441 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.79% from 441); Green value is 229 (89.84% from 255 or 51.93% from 441); Blue value is 160 (62.89% from 255 or 36.28% from 441); Max value from RGB is 229 - color contains mainly: green. Hex color #34E5A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34E5A0 is #CB1A5F. Grayscale: #A8A8A8. Windows color (decimal): -13310560 or 10544436. OLE color: 10544436.
HSL color Cylindrical-coordinate representation of color #34E5A0: hue angle of 156.61º degrees, saturation: 0.77, 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 #34E5A0 is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 52 | 229 | 160 | - |
| CMYK | 0.77 | 0 | 0.30 | 0.10 |
| HSL | 156.61º | 0.77% | 0.55% | - |
| HSV(B) | 156.61º | 0.77% | 0.9% | - |
| XYZ | 35.78 | 59.31 | 42.82 | - |
| YUV | 168.21 | 123.36 | 45.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 229 | 160 | 0.77 | 0 | 0.30 | 0.10 | 156.61 | 0.77 | 0.55 |
| Hex | 34 | E5 | A0 | 4D | 0 | 1E | A | 9D | 4D | 37 |
| Octal | 64 | 345 | 240 | 115 | 0 | 36 | 12 | 235 | 115 | 67 |
| Binary | 110100 | 11100101 | 10100000 | 1001101 | 0 | 11110 | 1010 | 10011101 | 1001101 | 110111 |
Color Harmonies of #34E5A0
Complementary color
Monochromatic Colors of #34E5A0
Black with #34E5A0
Text Example
Text Example
White with #34E5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E5A0; }
p { color: rgb(52,229,160); }
H1.HeaderClassName
{
color: #34E5A0;
}
.AnyTagClassName
{
color: #34E5A0;
}
</style>
background-color css
<style>
a { background-color: #34E5A0; }
a { background-color: rgb(52,229,160); }
div.DivClassName
{
background-color: #34E5A0;
}
.BgClassName
{
background-color: #34E5A0;
}
</style>
border-color css
<style>
span { border-color: #34E5A0; }
span { border-color: rgb(52,229,160); }
td.TdClassName
{
border-color: #34E5A0;
}
.TagClassName
{
border-color: #34E5A0;
}
</style>