Shades of Shamrock #34DCAE
Tints of Shamrock #34DCAE
RGB
CMYK
RGB Variations
Color information
#34DCAE (or 0x34DCAE) is known color: Shamrock. HEX triplet: 34, DC and AE. RGB value is (52,220,174). Sum of RGB (Red+Green+Blue) = 52+220+174=446 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.66% from 446); Green value is 220 (86.33% from 255 or 49.33% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 220 - color contains mainly: green. Hex color #34DCAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34DCAE is #CB2351. Grayscale: #A4A4A4. Windows color (decimal): -13312850 or 11459636. OLE color: 11459636.
HSL color Cylindrical-coordinate representation of color #34DCAE: hue angle of 163.57º 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 #34DCAE is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 220 | 174 | - |
| CMYK | 0.76 | 0 | 0.21 | 0.14 |
| HSL | 163.57º | 0.71% | 0.53% | - |
| HSV(B) | 163.57º | 0.76% | 0.86% | - |
| XYZ | 34.65 | 54.97 | 48.83 | - |
| YUV | 164.52 | 133.34 | 47.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 220 | 174 | 0.76 | 0 | 0.21 | 0.14 | 163.57 | 0.71 | 0.53 |
| Hex | 34 | DC | AE | 4C | 0 | 15 | E | A4 | 47 | 35 |
| Octal | 64 | 334 | 256 | 114 | 0 | 25 | 16 | 244 | 107 | 65 |
| Binary | 110100 | 11011100 | 10101110 | 1001100 | 0 | 10101 | 1110 | 10100100 | 1000111 | 110101 |
Color Harmonies of #34DCAE
Complementary color
Monochromatic Colors of #34DCAE
Black with #34DCAE
Text Example
Text Example
White with #34DCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DCAE; }
p { color: rgb(52,220,174); }
H1.HeaderClassName
{
color: #34DCAE;
}
.AnyTagClassName
{
color: #34DCAE;
}
</style>
background-color css
<style>
a { background-color: #34DCAE; }
a { background-color: rgb(52,220,174); }
div.DivClassName
{
background-color: #34DCAE;
}
.BgClassName
{
background-color: #34DCAE;
}
</style>
border-color css
<style>
span { border-color: #34DCAE; }
span { border-color: rgb(52,220,174); }
td.TdClassName
{
border-color: #34DCAE;
}
.TagClassName
{
border-color: #34DCAE;
}
</style>