Shades of Shamrock #34DDAB
Tints of Shamrock #34DDAB
RGB
CMYK
RGB Variations
Color information
#34DDAB (or 0x34DDAB) is known color: Shamrock. HEX triplet: 34, DD and AB. RGB value is (52,221,171). Sum of RGB (Red+Green+Blue) = 52+221+171=444 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.71% from 444); Green value is 221 (86.72% from 255 or 49.77% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 221 - color contains mainly: green. Hex color #34DDAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34DDAB is #CB2254. Grayscale: #A4A4A4. Windows color (decimal): -13312597 or 11263284. OLE color: 11263284.
HSL color Cylindrical-coordinate representation of color #34DDAB: hue angle of 162.25º 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 #34DDAB is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 221 | 171 | - |
| CMYK | 0.76 | 0 | 0.23 | 0.13 |
| HSL | 162.25º | 0.71% | 0.54% | - |
| HSV(B) | 162.25º | 0.76% | 0.87% | - |
| XYZ | 34.62 | 55.38 | 47.39 | - |
| YUV | 164.77 | 131.51 | 47.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 221 | 171 | 0.76 | 0 | 0.23 | 0.13 | 162.25 | 0.71 | 0.54 |
| Hex | 34 | DD | AB | 4C | 0 | 17 | D | A2 | 47 | 36 |
| Octal | 64 | 335 | 253 | 114 | 0 | 27 | 15 | 242 | 107 | 66 |
| Binary | 110100 | 11011101 | 10101011 | 1001100 | 0 | 10111 | 1101 | 10100010 | 1000111 | 110110 |
Color Harmonies of #34DDAB
Complementary color
Monochromatic Colors of #34DDAB
Black with #34DDAB
Text Example
Text Example
White with #34DDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DDAB; }
p { color: rgb(52,221,171); }
H1.HeaderClassName
{
color: #34DDAB;
}
.AnyTagClassName
{
color: #34DDAB;
}
</style>
background-color css
<style>
a { background-color: #34DDAB; }
a { background-color: rgb(52,221,171); }
div.DivClassName
{
background-color: #34DDAB;
}
.BgClassName
{
background-color: #34DDAB;
}
</style>
border-color css
<style>
span { border-color: #34DDAB; }
span { border-color: rgb(52,221,171); }
td.TdClassName
{
border-color: #34DDAB;
}
.TagClassName
{
border-color: #34DDAB;
}
</style>