Shades of Shamrock #34DCAC
Tints of Shamrock #34DCAC
RGB
CMYK
RGB Variations
Color information
#34DCAC (or 0x34DCAC) is known color: Shamrock. HEX triplet: 34, DC and AC. RGB value is (52,220,172). Sum of RGB (Red+Green+Blue) = 52+220+172=444 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.71% from 444); Green value is 220 (86.33% from 255 or 49.55% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 220 - color contains mainly: green. Hex color #34DCAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34DCAC is #CB2353. Grayscale: #A4A4A4. Windows color (decimal): -13312852 or 11328564. OLE color: 11328564.
HSL color Cylindrical-coordinate representation of color #34DCAC: hue angle of 162.86º 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 #34DCAC is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 220 | 172 | - |
| CMYK | 0.76 | 0 | 0.22 | 0.14 |
| HSL | 162.86º | 0.71% | 0.53% | - |
| HSV(B) | 162.86º | 0.76% | 0.86% | - |
| XYZ | 34.46 | 54.9 | 47.81 | - |
| YUV | 164.3 | 132.34 | 47.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 220 | 172 | 0.76 | 0 | 0.22 | 0.14 | 162.86 | 0.71 | 0.53 |
| Hex | 34 | DC | AC | 4C | 0 | 16 | E | A3 | 47 | 35 |
| Octal | 64 | 334 | 254 | 114 | 0 | 26 | 16 | 243 | 107 | 65 |
| Binary | 110100 | 11011100 | 10101100 | 1001100 | 0 | 10110 | 1110 | 10100011 | 1000111 | 110101 |
Color Harmonies of #34DCAC
Complementary color
Monochromatic Colors of #34DCAC
Black with #34DCAC
Text Example
Text Example
White with #34DCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DCAC; }
p { color: rgb(52,220,172); }
H1.HeaderClassName
{
color: #34DCAC;
}
.AnyTagClassName
{
color: #34DCAC;
}
</style>
background-color css
<style>
a { background-color: #34DCAC; }
a { background-color: rgb(52,220,172); }
div.DivClassName
{
background-color: #34DCAC;
}
.BgClassName
{
background-color: #34DCAC;
}
</style>
border-color css
<style>
span { border-color: #34DCAC; }
span { border-color: rgb(52,220,172); }
td.TdClassName
{
border-color: #34DCAC;
}
.TagClassName
{
border-color: #34DCAC;
}
</style>