Shades of Shamrock #34DCB0
Tints of Shamrock #34DCB0
RGB
CMYK
RGB Variations
Color information
#34DCB0 (or 0x34DCB0) is known color: Shamrock. HEX triplet: 34, DC and B0. RGB value is (52,220,176). Sum of RGB (Red+Green+Blue) = 52+220+176=448 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.61% from 448); Green value is 220 (86.33% from 255 or 49.11% from 448); Blue value is 176 (69.14% from 255 or 39.29% from 448); Max value from RGB is 220 - color contains mainly: green. Hex color #34DCB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34DCB0 is #CB234F. Grayscale: #A4A4A4. Windows color (decimal): -13312848 or 11590708. OLE color: 11590708.
HSL color Cylindrical-coordinate representation of color #34DCB0: hue angle of 164.29º degrees, saturation: 0.71, 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 #34DCB0 is Cyan = 0.76, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 220 | 176 | - |
| CMYK | 0.76 | 0 | 0.2 | 0.14 |
| HSL | 164.29º | 0.71% | 0.53% | - |
| HSV(B) | 164.29º | 0.76% | 0.86% | - |
| XYZ | 34.85 | 55.05 | 49.86 | - |
| YUV | 164.75 | 134.34 | 47.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 220 | 176 | 0.76 | 0 | 0.2 | 0.14 | 164.29 | 0.71 | 0.53 |
| Hex | 34 | DC | B0 | 4C | 0 | 14 | E | A4 | 47 | 35 |
| Octal | 64 | 334 | 260 | 114 | 0 | 24 | 16 | 244 | 107 | 65 |
| Binary | 110100 | 11011100 | 10110000 | 1001100 | 0 | 10100 | 1110 | 10100100 | 1000111 | 110101 |
Color Harmonies of #34DCB0
Complementary color
Monochromatic Colors of #34DCB0
Black with #34DCB0
Text Example
Text Example
White with #34DCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DCB0; }
p { color: rgb(52,220,176); }
H1.HeaderClassName
{
color: #34DCB0;
}
.AnyTagClassName
{
color: #34DCB0;
}
</style>
background-color css
<style>
a { background-color: #34DCB0; }
a { background-color: rgb(52,220,176); }
div.DivClassName
{
background-color: #34DCB0;
}
.BgClassName
{
background-color: #34DCB0;
}
</style>
border-color css
<style>
span { border-color: #34DCB0; }
span { border-color: rgb(52,220,176); }
td.TdClassName
{
border-color: #34DCB0;
}
.TagClassName
{
border-color: #34DCB0;
}
</style>