Shades of Shamrock #34D994
Tints of Shamrock #34D994
RGB
CMYK
RGB Variations
Color information
#34D994 (or 0x34D994) is known color: Shamrock. HEX triplet: 34, D9 and 94. RGB value is (52,217,148). Sum of RGB (Red+Green+Blue) = 52+217+148=417 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.47% from 417); Green value is 217 (85.16% from 255 or 52.04% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 217 - color contains mainly: green. Hex color #34D994 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34D994 is #CB266B. Grayscale: #9F9F9F. Windows color (decimal): -13313644 or 9754932. OLE color: 9754932.
HSL color Cylindrical-coordinate representation of color #34D994: hue angle of 154.91º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34D994 is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 217 | 148 | - |
| CMYK | 0.76 | 0 | 0.32 | 0.15 |
| HSL | 154.91º | 0.68% | 0.53% | - |
| HSV(B) | 154.91º | 0.76% | 0.85% | - |
| XYZ | 31.57 | 52.49 | 36.49 | - |
| YUV | 159.8 | 121.34 | 51.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 217 | 148 | 0.76 | 0 | 0.32 | 0.15 | 154.91 | 0.68 | 0.53 |
| Hex | 34 | D9 | 94 | 4C | 0 | 20 | F | 9B | 44 | 35 |
| Octal | 64 | 331 | 224 | 114 | 0 | 40 | 17 | 233 | 104 | 65 |
| Binary | 110100 | 11011001 | 10010100 | 1001100 | 0 | 100000 | 1111 | 10011011 | 1000100 | 110101 |
Color Harmonies of #34D994
Complementary color
Monochromatic Colors of #34D994
Black with #34D994
Text Example
Text Example
White with #34D994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D994; }
p { color: rgb(52,217,148); }
H1.HeaderClassName
{
color: #34D994;
}
.AnyTagClassName
{
color: #34D994;
}
</style>
background-color css
<style>
a { background-color: #34D994; }
a { background-color: rgb(52,217,148); }
div.DivClassName
{
background-color: #34D994;
}
.BgClassName
{
background-color: #34D994;
}
</style>
border-color css
<style>
span { border-color: #34D994; }
span { border-color: rgb(52,217,148); }
td.TdClassName
{
border-color: #34D994;
}
.TagClassName
{
border-color: #34D994;
}
</style>