Shades of Shamrock #34E8AA
Tints of Shamrock #34E8AA
RGB
CMYK
RGB Variations
Color information
#34E8AA (or 0x34E8AA) is known color: Shamrock. HEX triplet: 34, E8 and AA. RGB value is (52,232,170). Sum of RGB (Red+Green+Blue) = 52+232+170=454 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.45% from 454); Green value is 232 (91.02% from 255 or 51.10% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 232 - color contains mainly: green. Hex color #34E8AA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #34E8AA is #CB1755. Grayscale: #ABABAB. Windows color (decimal): -13309782 or 11200564. OLE color: 11200564.
HSL color Cylindrical-coordinate representation of color #34E8AA: hue angle of 159.33º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34E8AA is Cyan = 0.78, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 52 | 232 | 170 | - |
| CMYK | 0.78 | 0 | 0.27 | 0.09 |
| HSL | 159.33º | 0.8% | 0.56% | - |
| HSV(B) | 159.33º | 0.78% | 0.91% | - |
| XYZ | 37.53 | 61.35 | 47.89 | - |
| YUV | 171.11 | 127.37 | 43.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 232 | 170 | 0.78 | 0 | 0.27 | 0.09 | 159.33 | 0.8 | 0.56 |
| Hex | 34 | E8 | AA | 4E | 0 | 1B | 9 | 9F | 50 | 38 |
| Octal | 64 | 350 | 252 | 116 | 0 | 33 | 11 | 237 | 120 | 70 |
| Binary | 110100 | 11101000 | 10101010 | 1001110 | 0 | 11011 | 1001 | 10011111 | 1010000 | 111000 |
Color Harmonies of #34E8AA
Complementary color
Monochromatic Colors of #34E8AA
Black with #34E8AA
Text Example
Text Example
White with #34E8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E8AA; }
p { color: rgb(52,232,170); }
H1.HeaderClassName
{
color: #34E8AA;
}
.AnyTagClassName
{
color: #34E8AA;
}
</style>
background-color css
<style>
a { background-color: #34E8AA; }
a { background-color: rgb(52,232,170); }
div.DivClassName
{
background-color: #34E8AA;
}
.BgClassName
{
background-color: #34E8AA;
}
</style>
border-color css
<style>
span { border-color: #34E8AA; }
span { border-color: rgb(52,232,170); }
td.TdClassName
{
border-color: #34E8AA;
}
.TagClassName
{
border-color: #34E8AA;
}
</style>