Shades of Shamrock #34CDA2
Tints of Shamrock #34CDA2
RGB
CMYK
RGB Variations
Color information
#34CDA2 (or 0x34CDA2) is known color: Shamrock. HEX triplet: 34, CD and A2. RGB value is (52,205,162). Sum of RGB (Red+Green+Blue) = 52+205+162=419 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.41% from 419); Green value is 205 (80.47% from 255 or 48.93% from 419); Blue value is 162 (63.67% from 255 or 38.66% from 419); Max value from RGB is 205 - color contains mainly: green. Hex color #34CDA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34CDA2 is #CB325D. Grayscale: #9A9A9A. Windows color (decimal): -13316702 or 10669364. OLE color: 10669364.
HSL color Cylindrical-coordinate representation of color #34CDA2: hue angle of 163.14º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34CDA2 is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 205 | 162 | - |
| CMYK | 0.75 | 0 | 0.21 | 0.20 |
| HSL | 163.14º | 0.6% | 0.5% | - |
| HSV(B) | 163.14º | 0.75% | 0.8% | - |
| XYZ | 29.77 | 47 | 41.69 | - |
| YUV | 154.35 | 132.31 | 55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 205 | 162 | 0.75 | 0 | 0.21 | 0.20 | 163.14 | 0.6 | 0.5 |
| Hex | 34 | CD | A2 | 4B | 0 | 15 | 14 | A3 | 3C | 32 |
| Octal | 64 | 315 | 242 | 113 | 0 | 25 | 24 | 243 | 74 | 62 |
| Binary | 110100 | 11001101 | 10100010 | 1001011 | 0 | 10101 | 10100 | 10100011 | 111100 | 110010 |
Color Harmonies of #34CDA2
Complementary color
Monochromatic Colors of #34CDA2
Black with #34CDA2
Text Example
Text Example
White with #34CDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CDA2; }
p { color: rgb(52,205,162); }
H1.HeaderClassName
{
color: #34CDA2;
}
.AnyTagClassName
{
color: #34CDA2;
}
</style>
background-color css
<style>
a { background-color: #34CDA2; }
a { background-color: rgb(52,205,162); }
div.DivClassName
{
background-color: #34CDA2;
}
.BgClassName
{
background-color: #34CDA2;
}
</style>
border-color css
<style>
span { border-color: #34CDA2; }
span { border-color: rgb(52,205,162); }
td.TdClassName
{
border-color: #34CDA2;
}
.TagClassName
{
border-color: #34CDA2;
}
</style>