Shades of Shamrock #34D9AB
Tints of Shamrock #34D9AB
RGB
CMYK
RGB Variations
Color information
#34D9AB (or 0x34D9AB) is known color: Shamrock. HEX triplet: 34, D9 and AB. RGB value is (52,217,171). Sum of RGB (Red+Green+Blue) = 52+217+171=440 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.82% from 440); Green value is 217 (85.16% from 255 or 49.32% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 217 - color contains mainly: green. Hex color #34D9AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34D9AB is #CB2654. Grayscale: #A2A2A2. Windows color (decimal): -13313621 or 11262260. OLE color: 11262260.
HSL color Cylindrical-coordinate representation of color #34D9AB: hue angle of 163.27º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34D9AB is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 217 | 171 | - |
| CMYK | 0.76 | 0 | 0.21 | 0.15 |
| HSL | 163.27º | 0.68% | 0.53% | - |
| HSV(B) | 163.27º | 0.76% | 0.85% | - |
| XYZ | 33.58 | 53.3 | 47.05 | - |
| YUV | 162.42 | 132.84 | 49.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 217 | 171 | 0.76 | 0 | 0.21 | 0.15 | 163.27 | 0.68 | 0.53 |
| Hex | 34 | D9 | AB | 4C | 0 | 15 | F | A3 | 44 | 35 |
| Octal | 64 | 331 | 253 | 114 | 0 | 25 | 17 | 243 | 104 | 65 |
| Binary | 110100 | 11011001 | 10101011 | 1001100 | 0 | 10101 | 1111 | 10100011 | 1000100 | 110101 |
Color Harmonies of #34D9AB
Complementary color
Monochromatic Colors of #34D9AB
Black with #34D9AB
Text Example
Text Example
White with #34D9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D9AB; }
p { color: rgb(52,217,171); }
H1.HeaderClassName
{
color: #34D9AB;
}
.AnyTagClassName
{
color: #34D9AB;
}
</style>
background-color css
<style>
a { background-color: #34D9AB; }
a { background-color: rgb(52,217,171); }
div.DivClassName
{
background-color: #34D9AB;
}
.BgClassName
{
background-color: #34D9AB;
}
</style>
border-color css
<style>
span { border-color: #34D9AB; }
span { border-color: rgb(52,217,171); }
td.TdClassName
{
border-color: #34D9AB;
}
.TagClassName
{
border-color: #34D9AB;
}
</style>