Shades of Shamrock #34DDB4
Tints of Shamrock #34DDB4
RGB
CMYK
RGB Variations
Color information
#34DDB4 (or 0x34DDB4) is known color: Shamrock. HEX triplet: 34, DD and B4. RGB value is (52,221,180). Sum of RGB (Red+Green+Blue) = 52+221+180=453 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.48% from 453); Green value is 221 (86.72% from 255 or 48.79% from 453); Blue value is 180 (70.70% from 255 or 39.74% from 453); Max value from RGB is 221 - color contains mainly: green. Hex color #34DDB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34DDB4 is #CB224B. Grayscale: #A5A5A5. Windows color (decimal): -13312588 or 11853108. OLE color: 11853108.
HSL color Cylindrical-coordinate representation of color #34DDB4: hue angle of 165.44º 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 #34DDB4 is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 221 | 180 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.13 |
| HSL | 165.44º | 0.71% | 0.54% | - |
| HSV(B) | 165.44º | 0.76% | 0.87% | - |
| XYZ | 35.51 | 55.74 | 52.07 | - |
| YUV | 165.8 | 136.01 | 46.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 221 | 180 | 0.76 | 0 | 0.19 | 0.13 | 165.44 | 0.71 | 0.54 |
| Hex | 34 | DD | B4 | 4C | 0 | 13 | D | A5 | 47 | 36 |
| Octal | 64 | 335 | 264 | 114 | 0 | 23 | 15 | 245 | 107 | 66 |
| Binary | 110100 | 11011101 | 10110100 | 1001100 | 0 | 10011 | 1101 | 10100101 | 1000111 | 110110 |
Color Harmonies of #34DDB4
Complementary color
Monochromatic Colors of #34DDB4
Black with #34DDB4
Text Example
Text Example
White with #34DDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DDB4; }
p { color: rgb(52,221,180); }
H1.HeaderClassName
{
color: #34DDB4;
}
.AnyTagClassName
{
color: #34DDB4;
}
</style>
background-color css
<style>
a { background-color: #34DDB4; }
a { background-color: rgb(52,221,180); }
div.DivClassName
{
background-color: #34DDB4;
}
.BgClassName
{
background-color: #34DDB4;
}
</style>
border-color css
<style>
span { border-color: #34DDB4; }
span { border-color: rgb(52,221,180); }
td.TdClassName
{
border-color: #34DDB4;
}
.TagClassName
{
border-color: #34DDB4;
}
</style>