Shades of Shamrock #34ED9C
Tints of Shamrock #34ED9C
RGB
CMYK
RGB Variations
Color information
#34ED9C (or 0x34ED9C) is known color: Shamrock. HEX triplet: 34, ED and 9C. RGB value is (52,237,156). Sum of RGB (Red+Green+Blue) = 52+237+156=445 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.69% from 445); Green value is 237 (92.97% from 255 or 53.26% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 237 - color contains mainly: green. Hex color #34ED9C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #34ED9C is #CB1263. Grayscale: #ACACAC. Windows color (decimal): -13308516 or 10284340. OLE color: 10284340.
HSL color Cylindrical-coordinate representation of color #34ED9C: hue angle of 153.73º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34ED9C is Cyan = 0.78, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 237 | 156 | - |
| CMYK | 0.78 | 0 | 0.34 | 0.07 |
| HSL | 153.73º | 0.84% | 0.57% | - |
| HSV(B) | 153.73º | 0.78% | 0.93% | - |
| XYZ | 37.7 | 63.7 | 41.76 | - |
| YUV | 172.45 | 118.71 | 42.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 237 | 156 | 0.78 | 0 | 0.34 | 0.07 | 153.73 | 0.84 | 0.57 |
| Hex | 34 | ED | 9C | 4E | 0 | 22 | 7 | 9A | 54 | 39 |
| Octal | 64 | 355 | 234 | 116 | 0 | 42 | 7 | 232 | 124 | 71 |
| Binary | 110100 | 11101101 | 10011100 | 1001110 | 0 | 100010 | 111 | 10011010 | 1010100 | 111001 |
Color Harmonies of #34ED9C
Complementary color
Monochromatic Colors of #34ED9C
Black with #34ED9C
Text Example
Text Example
White with #34ED9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34ED9C; }
p { color: rgb(52,237,156); }
H1.HeaderClassName
{
color: #34ED9C;
}
.AnyTagClassName
{
color: #34ED9C;
}
</style>
background-color css
<style>
a { background-color: #34ED9C; }
a { background-color: rgb(52,237,156); }
div.DivClassName
{
background-color: #34ED9C;
}
.BgClassName
{
background-color: #34ED9C;
}
</style>
border-color css
<style>
span { border-color: #34ED9C; }
span { border-color: rgb(52,237,156); }
td.TdClassName
{
border-color: #34ED9C;
}
.TagClassName
{
border-color: #34ED9C;
}
</style>