Shades of Shamrock #34EA9F
Tints of Shamrock #34EA9F
RGB
CMYK
RGB Variations
Color information
#34EA9F (or 0x34EA9F) is known color: Shamrock. HEX triplet: 34, EA and 9F. RGB value is (52,234,159). Sum of RGB (Red+Green+Blue) = 52+234+159=445 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.69% from 445); Green value is 234 (91.80% from 255 or 52.58% from 445); Blue value is 159 (62.5% from 255 or 35.73% from 445); Max value from RGB is 234 - color contains mainly: green. Hex color #34EA9F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #34EA9F is #CB1560. Grayscale: #ABABAB. Windows color (decimal): -13309281 or 10480180. OLE color: 10480180.
HSL color Cylindrical-coordinate representation of color #34EA9F: hue angle of 155.27º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34EA9F is Cyan = 0.78, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 52 | 234 | 159 | - |
| CMYK | 0.78 | 0 | 0.32 | 0.08 |
| HSL | 155.27º | 0.81% | 0.56% | - |
| HSV(B) | 155.27º | 0.78% | 0.92% | - |
| XYZ | 37.1 | 62.08 | 42.83 | - |
| YUV | 171.03 | 121.2 | 43.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 234 | 159 | 0.78 | 0 | 0.32 | 0.08 | 155.27 | 0.81 | 0.56 |
| Hex | 34 | EA | 9F | 4E | 0 | 20 | 8 | 9B | 51 | 38 |
| Octal | 64 | 352 | 237 | 116 | 0 | 40 | 10 | 233 | 121 | 70 |
| Binary | 110100 | 11101010 | 10011111 | 1001110 | 0 | 100000 | 1000 | 10011011 | 1010001 | 111000 |
Color Harmonies of #34EA9F
Complementary color
Monochromatic Colors of #34EA9F
Black with #34EA9F
Text Example
Text Example
White with #34EA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EA9F; }
p { color: rgb(52,234,159); }
H1.HeaderClassName
{
color: #34EA9F;
}
.AnyTagClassName
{
color: #34EA9F;
}
</style>
background-color css
<style>
a { background-color: #34EA9F; }
a { background-color: rgb(52,234,159); }
div.DivClassName
{
background-color: #34EA9F;
}
.BgClassName
{
background-color: #34EA9F;
}
</style>
border-color css
<style>
span { border-color: #34EA9F; }
span { border-color: rgb(52,234,159); }
td.TdClassName
{
border-color: #34EA9F;
}
.TagClassName
{
border-color: #34EA9F;
}
</style>