Shades of Shamrock #34E0A8
Tints of Shamrock #34E0A8
RGB
CMYK
RGB Variations
Color information
#34E0A8 (or 0x34E0A8) is known color: Shamrock. HEX triplet: 34, E0 and A8. RGB value is (52,224,168). Sum of RGB (Red+Green+Blue) = 52+224+168=444 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.71% from 444); Green value is 224 (87.89% from 255 or 50.45% from 444); Blue value is 168 (66.02% from 255 or 37.84% from 444); Max value from RGB is 224 - color contains mainly: green. Hex color #34E0A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34E0A8 is #CB1F57. Grayscale: #A6A6A6. Windows color (decimal): -13311832 or 11067444. OLE color: 11067444.
HSL color Cylindrical-coordinate representation of color #34E0A8: hue angle of 160.47º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E0A8 is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 52 | 224 | 168 | - |
| CMYK | 0.77 | 0 | 0.25 | 0.12 |
| HSL | 160.47º | 0.74% | 0.54% | - |
| HSV(B) | 160.47º | 0.77% | 0.88% | - |
| XYZ | 35.14 | 56.87 | 46.17 | - |
| YUV | 166.19 | 129.02 | 46.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 224 | 168 | 0.77 | 0 | 0.25 | 0.12 | 160.47 | 0.74 | 0.54 |
| Hex | 34 | E0 | A8 | 4D | 0 | 19 | C | A0 | 4A | 36 |
| Octal | 64 | 340 | 250 | 115 | 0 | 31 | 14 | 240 | 112 | 66 |
| Binary | 110100 | 11100000 | 10101000 | 1001101 | 0 | 11001 | 1100 | 10100000 | 1001010 | 110110 |
Color Harmonies of #34E0A8
Complementary color
Monochromatic Colors of #34E0A8
Black with #34E0A8
Text Example
Text Example
White with #34E0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E0A8; }
p { color: rgb(52,224,168); }
H1.HeaderClassName
{
color: #34E0A8;
}
.AnyTagClassName
{
color: #34E0A8;
}
</style>
background-color css
<style>
a { background-color: #34E0A8; }
a { background-color: rgb(52,224,168); }
div.DivClassName
{
background-color: #34E0A8;
}
.BgClassName
{
background-color: #34E0A8;
}
</style>
border-color css
<style>
span { border-color: #34E0A8; }
span { border-color: rgb(52,224,168); }
td.TdClassName
{
border-color: #34E0A8;
}
.TagClassName
{
border-color: #34E0A8;
}
</style>