Shades of Shamrock #34E3AF
Tints of Shamrock #34E3AF
RGB
CMYK
RGB Variations
Color information
#34E3AF (or 0x34E3AF) is known color: Shamrock. HEX triplet: 34, E3 and AF. RGB value is (52,227,175). Sum of RGB (Red+Green+Blue) = 52+227+175=454 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.45% from 454); Green value is 227 (89.06% from 255 or 50% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 227 - color contains mainly: green. Hex color #34E3AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34E3AF is #CB1C50. Grayscale: #A8A8A8. Windows color (decimal): -13311057 or 11526964. OLE color: 11526964.
HSL color Cylindrical-coordinate representation of color #34E3AF: hue angle of 162.17º degrees, saturation: 0.76, 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 #34E3AF is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 52 | 227 | 175 | - |
| CMYK | 0.77 | 0 | 0.23 | 0.11 |
| HSL | 162.17º | 0.76% | 0.55% | - |
| HSV(B) | 162.17º | 0.77% | 0.89% | - |
| XYZ | 36.62 | 58.76 | 49.97 | - |
| YUV | 168.75 | 131.52 | 44.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 227 | 175 | 0.77 | 0 | 0.23 | 0.11 | 162.17 | 0.76 | 0.55 |
| Hex | 34 | E3 | AF | 4D | 0 | 17 | B | A2 | 4C | 37 |
| Octal | 64 | 343 | 257 | 115 | 0 | 27 | 13 | 242 | 114 | 67 |
| Binary | 110100 | 11100011 | 10101111 | 1001101 | 0 | 10111 | 1011 | 10100010 | 1001100 | 110111 |
Color Harmonies of #34E3AF
Complementary color
Monochromatic Colors of #34E3AF
Black with #34E3AF
Text Example
Text Example
White with #34E3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E3AF; }
p { color: rgb(52,227,175); }
H1.HeaderClassName
{
color: #34E3AF;
}
.AnyTagClassName
{
color: #34E3AF;
}
</style>
background-color css
<style>
a { background-color: #34E3AF; }
a { background-color: rgb(52,227,175); }
div.DivClassName
{
background-color: #34E3AF;
}
.BgClassName
{
background-color: #34E3AF;
}
</style>
border-color css
<style>
span { border-color: #34E3AF; }
span { border-color: rgb(52,227,175); }
td.TdClassName
{
border-color: #34E3AF;
}
.TagClassName
{
border-color: #34E3AF;
}
</style>