Shades of Shamrock #34DB9D
Tints of Shamrock #34DB9D
RGB
CMYK
RGB Variations
Color information
#34DB9D (or 0x34DB9D) is known color: Shamrock. HEX triplet: 34, DB and 9D. RGB value is (52,219,157). Sum of RGB (Red+Green+Blue) = 52+219+157=428 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.15% from 428); Green value is 219 (85.94% from 255 or 51.17% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 219 - color contains mainly: green. Hex color #34DB9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34DB9D is #CB2462. Grayscale: #A2A2A2. Windows color (decimal): -13313123 or 10345268. OLE color: 10345268.
HSL color Cylindrical-coordinate representation of color #34DB9D: hue angle of 157.72º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34DB9D is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 219 | 157 | - |
| CMYK | 0.76 | 0 | 0.28 | 0.14 |
| HSL | 157.72º | 0.7% | 0.53% | - |
| HSV(B) | 157.72º | 0.76% | 0.86% | - |
| XYZ | 32.83 | 53.83 | 40.56 | - |
| YUV | 162 | 125.17 | 49.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 219 | 157 | 0.76 | 0 | 0.28 | 0.14 | 157.72 | 0.7 | 0.53 |
| Hex | 34 | DB | 9D | 4C | 0 | 1C | E | 9E | 46 | 35 |
| Octal | 64 | 333 | 235 | 114 | 0 | 34 | 16 | 236 | 106 | 65 |
| Binary | 110100 | 11011011 | 10011101 | 1001100 | 0 | 11100 | 1110 | 10011110 | 1000110 | 110101 |
Color Harmonies of #34DB9D
Complementary color
Monochromatic Colors of #34DB9D
Black with #34DB9D
Text Example
Text Example
White with #34DB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DB9D; }
p { color: rgb(52,219,157); }
H1.HeaderClassName
{
color: #34DB9D;
}
.AnyTagClassName
{
color: #34DB9D;
}
</style>
background-color css
<style>
a { background-color: #34DB9D; }
a { background-color: rgb(52,219,157); }
div.DivClassName
{
background-color: #34DB9D;
}
.BgClassName
{
background-color: #34DB9D;
}
</style>
border-color css
<style>
span { border-color: #34DB9D; }
span { border-color: rgb(52,219,157); }
td.TdClassName
{
border-color: #34DB9D;
}
.TagClassName
{
border-color: #34DB9D;
}
</style>