Shades of Shamrock #34CEA2
Tints of Shamrock #34CEA2
RGB
CMYK
RGB Variations
Color information
#34CEA2 (or 0x34CEA2) is known color: Shamrock. HEX triplet: 34, CE and A2. RGB value is (52,206,162). Sum of RGB (Red+Green+Blue) = 52+206+162=420 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.38% from 420); Green value is 206 (80.86% from 255 or 49.05% from 420); Blue value is 162 (63.67% from 255 or 38.57% from 420); Max value from RGB is 206 - color contains mainly: green. Hex color #34CEA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34CEA2 is #CB315D. Grayscale: #9A9A9A. Windows color (decimal): -13316446 or 10669620. OLE color: 10669620.
HSL color Cylindrical-coordinate representation of color #34CEA2: hue angle of 162.86º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34CEA2 is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 206 | 162 | - |
| CMYK | 0.75 | 0 | 0.21 | 0.19 |
| HSL | 162.86º | 0.61% | 0.51% | - |
| HSV(B) | 162.86º | 0.75% | 0.81% | - |
| XYZ | 30.01 | 47.48 | 41.77 | - |
| YUV | 154.94 | 131.98 | 54.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 206 | 162 | 0.75 | 0 | 0.21 | 0.19 | 162.86 | 0.61 | 0.51 |
| Hex | 34 | CE | A2 | 4B | 0 | 15 | 13 | A3 | 3D | 33 |
| Octal | 64 | 316 | 242 | 113 | 0 | 25 | 23 | 243 | 75 | 63 |
| Binary | 110100 | 11001110 | 10100010 | 1001011 | 0 | 10101 | 10011 | 10100011 | 111101 | 110011 |
Color Harmonies of #34CEA2
Complementary color
Monochromatic Colors of #34CEA2
Black with #34CEA2
Text Example
Text Example
White with #34CEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CEA2; }
p { color: rgb(52,206,162); }
H1.HeaderClassName
{
color: #34CEA2;
}
.AnyTagClassName
{
color: #34CEA2;
}
</style>
background-color css
<style>
a { background-color: #34CEA2; }
a { background-color: rgb(52,206,162); }
div.DivClassName
{
background-color: #34CEA2;
}
.BgClassName
{
background-color: #34CEA2;
}
</style>
border-color css
<style>
span { border-color: #34CEA2; }
span { border-color: rgb(52,206,162); }
td.TdClassName
{
border-color: #34CEA2;
}
.TagClassName
{
border-color: #34CEA2;
}
</style>