Shades of Shamrock #34DD9D
Tints of Shamrock #34DD9D
RGB
CMYK
RGB Variations
Color information
#34DD9D (or 0x34DD9D) is known color: Shamrock. HEX triplet: 34, DD and 9D. RGB value is (52,221,157). Sum of RGB (Red+Green+Blue) = 52+221+157=430 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.09% from 430); Green value is 221 (86.72% from 255 or 51.40% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 221 - color contains mainly: green. Hex color #34DD9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34DD9D is #CB2262. Grayscale: #A3A3A3. Windows color (decimal): -13312611 or 10345780. OLE color: 10345780.
HSL color Cylindrical-coordinate representation of color #34DD9D: hue angle of 157.28º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34DD9D is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 221 | 157 | - |
| CMYK | 0.76 | 0 | 0.29 | 0.13 |
| HSL | 157.28º | 0.71% | 0.54% | - |
| HSV(B) | 157.28º | 0.76% | 0.87% | - |
| XYZ | 33.36 | 54.88 | 40.73 | - |
| YUV | 163.17 | 124.51 | 48.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 221 | 157 | 0.76 | 0 | 0.29 | 0.13 | 157.28 | 0.71 | 0.54 |
| Hex | 34 | DD | 9D | 4C | 0 | 1D | D | 9D | 47 | 36 |
| Octal | 64 | 335 | 235 | 114 | 0 | 35 | 15 | 235 | 107 | 66 |
| Binary | 110100 | 11011101 | 10011101 | 1001100 | 0 | 11101 | 1101 | 10011101 | 1000111 | 110110 |
Color Harmonies of #34DD9D
Complementary color
Monochromatic Colors of #34DD9D
Black with #34DD9D
Text Example
Text Example
White with #34DD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DD9D; }
p { color: rgb(52,221,157); }
H1.HeaderClassName
{
color: #34DD9D;
}
.AnyTagClassName
{
color: #34DD9D;
}
</style>
background-color css
<style>
a { background-color: #34DD9D; }
a { background-color: rgb(52,221,157); }
div.DivClassName
{
background-color: #34DD9D;
}
.BgClassName
{
background-color: #34DD9D;
}
</style>
border-color css
<style>
span { border-color: #34DD9D; }
span { border-color: rgb(52,221,157); }
td.TdClassName
{
border-color: #34DD9D;
}
.TagClassName
{
border-color: #34DD9D;
}
</style>