Shades of Shamrock #34E1AD
Tints of Shamrock #34E1AD
RGB
CMYK
RGB Variations
Color information
#34E1AD (or 0x34E1AD) is known color: Shamrock. HEX triplet: 34, E1 and AD. RGB value is (52,225,173). Sum of RGB (Red+Green+Blue) = 52+225+173=450 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.56% from 450); Green value is 225 (88.28% from 255 or 50% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 225 - color contains mainly: green. Hex color #34E1AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34E1AD is #CB1E52. Grayscale: #A7A7A7. Windows color (decimal): -13311571 or 11395380. OLE color: 11395380.
HSL color Cylindrical-coordinate representation of color #34E1AD: hue angle of 161.97º 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 #34E1AD is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 52 | 225 | 173 | - |
| CMYK | 0.77 | 0 | 0.23 | 0.12 |
| HSL | 161.97º | 0.74% | 0.54% | - |
| HSV(B) | 161.97º | 0.77% | 0.88% | - |
| XYZ | 35.88 | 57.6 | 48.76 | - |
| YUV | 167.35 | 131.19 | 45.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 225 | 173 | 0.77 | 0 | 0.23 | 0.12 | 161.97 | 0.74 | 0.54 |
| Hex | 34 | E1 | AD | 4D | 0 | 17 | C | A2 | 4A | 36 |
| Octal | 64 | 341 | 255 | 115 | 0 | 27 | 14 | 242 | 112 | 66 |
| Binary | 110100 | 11100001 | 10101101 | 1001101 | 0 | 10111 | 1100 | 10100010 | 1001010 | 110110 |
Color Harmonies of #34E1AD
Complementary color
Monochromatic Colors of #34E1AD
Black with #34E1AD
Text Example
Text Example
White with #34E1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E1AD; }
p { color: rgb(52,225,173); }
H1.HeaderClassName
{
color: #34E1AD;
}
.AnyTagClassName
{
color: #34E1AD;
}
</style>
background-color css
<style>
a { background-color: #34E1AD; }
a { background-color: rgb(52,225,173); }
div.DivClassName
{
background-color: #34E1AD;
}
.BgClassName
{
background-color: #34E1AD;
}
</style>
border-color css
<style>
span { border-color: #34E1AD; }
span { border-color: rgb(52,225,173); }
td.TdClassName
{
border-color: #34E1AD;
}
.TagClassName
{
border-color: #34E1AD;
}
</style>