Shades of Shamrock #34D888
Tints of Shamrock #34D888
RGB
CMYK
RGB Variations
Color information
#34D888 (or 0x34D888) is known color: Shamrock. HEX triplet: 34, D8 and 88. RGB value is (52,216,136). Sum of RGB (Red+Green+Blue) = 52+216+136=404 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.87% from 404); Green value is 216 (84.77% from 255 or 53.47% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 216 - color contains mainly: green. Hex color #34D888 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34D888 is #CB2777. Grayscale: #9E9E9E. Windows color (decimal): -13313912 or 8968244. OLE color: 8968244.
HSL color Cylindrical-coordinate representation of color #34D888: hue angle of 150.73º 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 #34D888 is Cyan = 0.76, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 216 | 136 | - |
| CMYK | 0.76 | 0 | 0.37 | 0.15 |
| HSL | 150.73º | 0.68% | 0.53% | - |
| HSV(B) | 150.73º | 0.76% | 0.85% | - |
| XYZ | 30.42 | 51.62 | 31.65 | - |
| YUV | 157.84 | 115.67 | 52.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 216 | 136 | 0.76 | 0 | 0.37 | 0.15 | 150.73 | 0.68 | 0.53 |
| Hex | 34 | D8 | 88 | 4C | 0 | 25 | F | 97 | 44 | 35 |
| Octal | 64 | 330 | 210 | 114 | 0 | 45 | 17 | 227 | 104 | 65 |
| Binary | 110100 | 11011000 | 10001000 | 1001100 | 0 | 100101 | 1111 | 10010111 | 1000100 | 110101 |
Color Harmonies of #34D888
Complementary color
Monochromatic Colors of #34D888
Black with #34D888
Text Example
Text Example
White with #34D888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D888; }
p { color: rgb(52,216,136); }
H1.HeaderClassName
{
color: #34D888;
}
.AnyTagClassName
{
color: #34D888;
}
</style>
background-color css
<style>
a { background-color: #34D888; }
a { background-color: rgb(52,216,136); }
div.DivClassName
{
background-color: #34D888;
}
.BgClassName
{
background-color: #34D888;
}
</style>
border-color css
<style>
span { border-color: #34D888; }
span { border-color: rgb(52,216,136); }
td.TdClassName
{
border-color: #34D888;
}
.TagClassName
{
border-color: #34D888;
}
</style>