Shades of Shamrock #34DCAA
Tints of Shamrock #34DCAA
RGB
CMYK
RGB Variations
Color information
#34DCAA (or 0x34DCAA) is known color: Shamrock. HEX triplet: 34, DC and AA. RGB value is (52,220,170). Sum of RGB (Red+Green+Blue) = 52+220+170=442 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.76% from 442); Green value is 220 (86.33% from 255 or 49.77% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 220 - color contains mainly: green. Hex color #34DCAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34DCAA is #CB2355. Grayscale: #A4A4A4. Windows color (decimal): -13312854 or 11197492. OLE color: 11197492.
HSL color Cylindrical-coordinate representation of color #34DCAA: hue angle of 162.14º 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 #34DCAA is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 220 | 170 | - |
| CMYK | 0.76 | 0 | 0.23 | 0.14 |
| HSL | 162.14º | 0.71% | 0.53% | - |
| HSV(B) | 162.14º | 0.76% | 0.86% | - |
| XYZ | 34.27 | 54.82 | 46.81 | - |
| YUV | 164.07 | 131.34 | 48.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 220 | 170 | 0.76 | 0 | 0.23 | 0.14 | 162.14 | 0.71 | 0.53 |
| Hex | 34 | DC | AA | 4C | 0 | 17 | E | A2 | 47 | 35 |
| Octal | 64 | 334 | 252 | 114 | 0 | 27 | 16 | 242 | 107 | 65 |
| Binary | 110100 | 11011100 | 10101010 | 1001100 | 0 | 10111 | 1110 | 10100010 | 1000111 | 110101 |
Color Harmonies of #34DCAA
Complementary color
Monochromatic Colors of #34DCAA
Black with #34DCAA
Text Example
Text Example
White with #34DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DCAA; }
p { color: rgb(52,220,170); }
H1.HeaderClassName
{
color: #34DCAA;
}
.AnyTagClassName
{
color: #34DCAA;
}
</style>
background-color css
<style>
a { background-color: #34DCAA; }
a { background-color: rgb(52,220,170); }
div.DivClassName
{
background-color: #34DCAA;
}
.BgClassName
{
background-color: #34DCAA;
}
</style>
border-color css
<style>
span { border-color: #34DCAA; }
span { border-color: rgb(52,220,170); }
td.TdClassName
{
border-color: #34DCAA;
}
.TagClassName
{
border-color: #34DCAA;
}
</style>