Shades of Shamrock #34D9AF
Tints of Shamrock #34D9AF
RGB
CMYK
RGB Variations
Color information
#34D9AF (or 0x34D9AF) is known color: Shamrock. HEX triplet: 34, D9 and AF. RGB value is (52,217,175). Sum of RGB (Red+Green+Blue) = 52+217+175=444 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.71% from 444); Green value is 217 (85.16% from 255 or 48.87% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 217 - color contains mainly: green. Hex color #34D9AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34D9AF is #CB2650. Grayscale: #A2A2A2. Windows color (decimal): -13313617 or 11524404. OLE color: 11524404.
HSL color Cylindrical-coordinate representation of color #34D9AF: hue angle of 164.73º 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 #34D9AF is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 217 | 175 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.15 |
| HSL | 164.73º | 0.68% | 0.53% | - |
| HSV(B) | 164.73º | 0.76% | 0.85% | - |
| XYZ | 33.97 | 53.45 | 49.08 | - |
| YUV | 162.88 | 134.84 | 48.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 217 | 175 | 0.76 | 0 | 0.19 | 0.15 | 164.73 | 0.68 | 0.53 |
| Hex | 34 | D9 | AF | 4C | 0 | 13 | F | A5 | 44 | 35 |
| Octal | 64 | 331 | 257 | 114 | 0 | 23 | 17 | 245 | 104 | 65 |
| Binary | 110100 | 11011001 | 10101111 | 1001100 | 0 | 10011 | 1111 | 10100101 | 1000100 | 110101 |
Color Harmonies of #34D9AF
Complementary color
Monochromatic Colors of #34D9AF
Black with #34D9AF
Text Example
Text Example
White with #34D9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D9AF; }
p { color: rgb(52,217,175); }
H1.HeaderClassName
{
color: #34D9AF;
}
.AnyTagClassName
{
color: #34D9AF;
}
</style>
background-color css
<style>
a { background-color: #34D9AF; }
a { background-color: rgb(52,217,175); }
div.DivClassName
{
background-color: #34D9AF;
}
.BgClassName
{
background-color: #34D9AF;
}
</style>
border-color css
<style>
span { border-color: #34D9AF; }
span { border-color: rgb(52,217,175); }
td.TdClassName
{
border-color: #34D9AF;
}
.TagClassName
{
border-color: #34D9AF;
}
</style>