Shades of Shamrock #34D89F
Tints of Shamrock #34D89F
RGB
CMYK
RGB Variations
Color information
#34D89F (or 0x34D89F) is known color: Shamrock. HEX triplet: 34, D8 and 9F. RGB value is (52,216,159). Sum of RGB (Red+Green+Blue) = 52+216+159=427 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.18% from 427); Green value is 216 (84.77% from 255 or 50.59% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 216 - color contains mainly: green. Hex color #34D89F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34D89F is #CB2760. Grayscale: #A0A0A0. Windows color (decimal): -13313889 or 10475572. OLE color: 10475572.
HSL color Cylindrical-coordinate representation of color #34D89F: hue angle of 159.15º 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 #34D89F is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 216 | 159 | - |
| CMYK | 0.76 | 0 | 0.26 | 0.15 |
| HSL | 159.15º | 0.68% | 0.53% | - |
| HSV(B) | 159.15º | 0.76% | 0.85% | - |
| XYZ | 32.23 | 52.35 | 41.21 | - |
| YUV | 160.47 | 127.17 | 50.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 216 | 159 | 0.76 | 0 | 0.26 | 0.15 | 159.15 | 0.68 | 0.53 |
| Hex | 34 | D8 | 9F | 4C | 0 | 1A | F | 9F | 44 | 35 |
| Octal | 64 | 330 | 237 | 114 | 0 | 32 | 17 | 237 | 104 | 65 |
| Binary | 110100 | 11011000 | 10011111 | 1001100 | 0 | 11010 | 1111 | 10011111 | 1000100 | 110101 |
Color Harmonies of #34D89F
Complementary color
Monochromatic Colors of #34D89F
Black with #34D89F
Text Example
Text Example
White with #34D89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D89F; }
p { color: rgb(52,216,159); }
H1.HeaderClassName
{
color: #34D89F;
}
.AnyTagClassName
{
color: #34D89F;
}
</style>
background-color css
<style>
a { background-color: #34D89F; }
a { background-color: rgb(52,216,159); }
div.DivClassName
{
background-color: #34D89F;
}
.BgClassName
{
background-color: #34D89F;
}
</style>
border-color css
<style>
span { border-color: #34D89F; }
span { border-color: rgb(52,216,159); }
td.TdClassName
{
border-color: #34D89F;
}
.TagClassName
{
border-color: #34D89F;
}
</style>