Shades of Shamrock #34EC9C
Tints of Shamrock #34EC9C
RGB
CMYK
RGB Variations
Color information
#34EC9C (or 0x34EC9C) is known color: Shamrock. HEX triplet: 34, EC and 9C. RGB value is (52,236,156). Sum of RGB (Red+Green+Blue) = 52+236+156=444 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.71% from 444); Green value is 236 (92.58% from 255 or 53.15% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 236 - color contains mainly: green. Hex color #34EC9C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #34EC9C is #CB1363. Grayscale: #ABABAB. Windows color (decimal): -13308772 or 10284084. OLE color: 10284084.
HSL color Cylindrical-coordinate representation of color #34EC9C: hue angle of 153.91º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34EC9C is Cyan = 0.78, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 236 | 156 | - |
| CMYK | 0.78 | 0 | 0.34 | 0.07 |
| HSL | 153.91º | 0.83% | 0.56% | - |
| HSV(B) | 153.91º | 0.78% | 0.93% | - |
| XYZ | 37.41 | 63.12 | 41.66 | - |
| YUV | 171.86 | 119.04 | 42.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 236 | 156 | 0.78 | 0 | 0.34 | 0.07 | 153.91 | 0.83 | 0.56 |
| Hex | 34 | EC | 9C | 4E | 0 | 22 | 7 | 9A | 53 | 38 |
| Octal | 64 | 354 | 234 | 116 | 0 | 42 | 7 | 232 | 123 | 70 |
| Binary | 110100 | 11101100 | 10011100 | 1001110 | 0 | 100010 | 111 | 10011010 | 1010011 | 111000 |
Color Harmonies of #34EC9C
Complementary color
Monochromatic Colors of #34EC9C
Black with #34EC9C
Text Example
Text Example
White with #34EC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EC9C; }
p { color: rgb(52,236,156); }
H1.HeaderClassName
{
color: #34EC9C;
}
.AnyTagClassName
{
color: #34EC9C;
}
</style>
background-color css
<style>
a { background-color: #34EC9C; }
a { background-color: rgb(52,236,156); }
div.DivClassName
{
background-color: #34EC9C;
}
.BgClassName
{
background-color: #34EC9C;
}
</style>
border-color css
<style>
span { border-color: #34EC9C; }
span { border-color: rgb(52,236,156); }
td.TdClassName
{
border-color: #34EC9C;
}
.TagClassName
{
border-color: #34EC9C;
}
</style>