Shades of Shamrock #34DCAB
Tints of Shamrock #34DCAB
RGB
CMYK
RGB Variations
Color information
#34DCAB (or 0x34DCAB) is known color: Shamrock. HEX triplet: 34, DC and AB. RGB value is (52,220,171). Sum of RGB (Red+Green+Blue) = 52+220+171=443 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.74% from 443); Green value is 220 (86.33% from 255 or 49.66% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 220 - color contains mainly: green. Hex color #34DCAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34DCAB is #CB2354. Grayscale: #A4A4A4. Windows color (decimal): -13312853 or 11263028. OLE color: 11263028.
HSL color Cylindrical-coordinate representation of color #34DCAB: hue angle of 162.5º 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 #34DCAB is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 220 | 171 | - |
| CMYK | 0.76 | 0 | 0.22 | 0.14 |
| HSL | 162.5º | 0.71% | 0.53% | - |
| HSV(B) | 162.5º | 0.76% | 0.86% | - |
| XYZ | 34.36 | 54.86 | 47.31 | - |
| YUV | 164.18 | 131.84 | 47.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 220 | 171 | 0.76 | 0 | 0.22 | 0.14 | 162.5 | 0.71 | 0.53 |
| Hex | 34 | DC | AB | 4C | 0 | 16 | E | A2 | 47 | 35 |
| Octal | 64 | 334 | 253 | 114 | 0 | 26 | 16 | 242 | 107 | 65 |
| Binary | 110100 | 11011100 | 10101011 | 1001100 | 0 | 10110 | 1110 | 10100010 | 1000111 | 110101 |
Color Harmonies of #34DCAB
Complementary color
Monochromatic Colors of #34DCAB
Black with #34DCAB
Text Example
Text Example
White with #34DCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DCAB; }
p { color: rgb(52,220,171); }
H1.HeaderClassName
{
color: #34DCAB;
}
.AnyTagClassName
{
color: #34DCAB;
}
</style>
background-color css
<style>
a { background-color: #34DCAB; }
a { background-color: rgb(52,220,171); }
div.DivClassName
{
background-color: #34DCAB;
}
.BgClassName
{
background-color: #34DCAB;
}
</style>
border-color css
<style>
span { border-color: #34DCAB; }
span { border-color: rgb(52,220,171); }
td.TdClassName
{
border-color: #34DCAB;
}
.TagClassName
{
border-color: #34DCAB;
}
</style>