Shades of Shamrock #34E698
Tints of Shamrock #34E698
RGB
CMYK
RGB Variations
Color information
#34E698 (or 0x34E698) is known color: Shamrock. HEX triplet: 34, E6 and 98. RGB value is (52,230,152). Sum of RGB (Red+Green+Blue) = 52+230+152=434 (57% of max value = 765). Red value is 52 (20.70% from 255 or 11.98% from 434); Green value is 230 (90.23% from 255 or 53.00% from 434); Blue value is 152 (59.77% from 255 or 35.02% from 434); Max value from RGB is 230 - color contains mainly: green. Hex color #34E698 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #34E698 is #CB1967. Grayscale: #A8A8A8. Windows color (decimal): -13310312 or 10020404. OLE color: 10020404.
HSL color Cylindrical-coordinate representation of color #34E698: hue angle of 153.71º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E698 is Cyan = 0.77, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 52 | 230 | 152 | - |
| CMYK | 0.77 | 0 | 0.34 | 0.10 |
| HSL | 153.71º | 0.78% | 0.55% | - |
| HSV(B) | 153.71º | 0.77% | 0.9% | - |
| XYZ | 35.38 | 59.59 | 39.34 | - |
| YUV | 167.89 | 119.03 | 45.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 230 | 152 | 0.77 | 0 | 0.34 | 0.10 | 153.71 | 0.78 | 0.55 |
| Hex | 34 | E6 | 98 | 4D | 0 | 22 | A | 9A | 4E | 37 |
| Octal | 64 | 346 | 230 | 115 | 0 | 42 | 12 | 232 | 116 | 67 |
| Binary | 110100 | 11100110 | 10011000 | 1001101 | 0 | 100010 | 1010 | 10011010 | 1001110 | 110111 |
Color Harmonies of #34E698
Complementary color
Monochromatic Colors of #34E698
Black with #34E698
Text Example
Text Example
White with #34E698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E698; }
p { color: rgb(52,230,152); }
H1.HeaderClassName
{
color: #34E698;
}
.AnyTagClassName
{
color: #34E698;
}
</style>
background-color css
<style>
a { background-color: #34E698; }
a { background-color: rgb(52,230,152); }
div.DivClassName
{
background-color: #34E698;
}
.BgClassName
{
background-color: #34E698;
}
</style>
border-color css
<style>
span { border-color: #34E698; }
span { border-color: rgb(52,230,152); }
td.TdClassName
{
border-color: #34E698;
}
.TagClassName
{
border-color: #34E698;
}
</style>