Shades of Shamrock #34E2AF
Tints of Shamrock #34E2AF
RGB
CMYK
RGB Variations
Color information
#34E2AF (or 0x34E2AF) is known color: Shamrock. HEX triplet: 34, E2 and AF. RGB value is (52,226,175). Sum of RGB (Red+Green+Blue) = 52+226+175=453 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.48% from 453); Green value is 226 (88.67% from 255 or 49.89% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 226 - color contains mainly: green. Hex color #34E2AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34E2AF is #CB1D50. Grayscale: #A8A8A8. Windows color (decimal): -13311313 or 11526708. OLE color: 11526708.
HSL color Cylindrical-coordinate representation of color #34E2AF: hue angle of 162.41º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E2AF is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 52 | 226 | 175 | - |
| CMYK | 0.77 | 0 | 0.23 | 0.11 |
| HSL | 162.41º | 0.75% | 0.55% | - |
| HSV(B) | 162.41º | 0.77% | 0.89% | - |
| XYZ | 36.35 | 58.22 | 49.88 | - |
| YUV | 168.16 | 131.85 | 45.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 226 | 175 | 0.77 | 0 | 0.23 | 0.11 | 162.41 | 0.75 | 0.55 |
| Hex | 34 | E2 | AF | 4D | 0 | 17 | B | A2 | 4B | 37 |
| Octal | 64 | 342 | 257 | 115 | 0 | 27 | 13 | 242 | 113 | 67 |
| Binary | 110100 | 11100010 | 10101111 | 1001101 | 0 | 10111 | 1011 | 10100010 | 1001011 | 110111 |
Color Harmonies of #34E2AF
Complementary color
Monochromatic Colors of #34E2AF
Black with #34E2AF
Text Example
Text Example
White with #34E2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E2AF; }
p { color: rgb(52,226,175); }
H1.HeaderClassName
{
color: #34E2AF;
}
.AnyTagClassName
{
color: #34E2AF;
}
</style>
background-color css
<style>
a { background-color: #34E2AF; }
a { background-color: rgb(52,226,175); }
div.DivClassName
{
background-color: #34E2AF;
}
.BgClassName
{
background-color: #34E2AF;
}
</style>
border-color css
<style>
span { border-color: #34E2AF; }
span { border-color: rgb(52,226,175); }
td.TdClassName
{
border-color: #34E2AF;
}
.TagClassName
{
border-color: #34E2AF;
}
</style>