Shades of Shamrock #34CEB2
Tints of Shamrock #34CEB2
RGB
CMYK
RGB Variations
Color information
#34CEB2 (or 0x34CEB2) is known color: Shamrock. HEX triplet: 34, CE and B2. RGB value is (52,206,178). Sum of RGB (Red+Green+Blue) = 52+206+178=436 (57% of max value = 765). Red value is 52 (20.70% from 255 or 11.93% from 436); Green value is 206 (80.86% from 255 or 47.25% from 436); Blue value is 178 (69.92% from 255 or 40.83% from 436); Max value from RGB is 206 - color contains mainly: green. Hex color #34CEB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34CEB2 is #CB314D. Grayscale: #9C9C9C. Windows color (decimal): -13316430 or 11718196. OLE color: 11718196.
HSL color Cylindrical-coordinate representation of color #34CEB2: hue angle of 169.09º 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 #34CEB2 is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 206 | 178 | - |
| CMYK | 0.75 | 0 | 0.14 | 0.19 |
| HSL | 169.09º | 0.61% | 0.51% | - |
| HSV(B) | 169.09º | 0.75% | 0.81% | - |
| XYZ | 31.52 | 48.09 | 49.74 | - |
| YUV | 156.76 | 139.98 | 53.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 206 | 178 | 0.75 | 0 | 0.14 | 0.19 | 169.09 | 0.61 | 0.51 |
| Hex | 34 | CE | B2 | 4B | 0 | E | 13 | A9 | 3D | 33 |
| Octal | 64 | 316 | 262 | 113 | 0 | 16 | 23 | 251 | 75 | 63 |
| Binary | 110100 | 11001110 | 10110010 | 1001011 | 0 | 1110 | 10011 | 10101001 | 111101 | 110011 |
Color Harmonies of #34CEB2
Complementary color
Monochromatic Colors of #34CEB2
Black with #34CEB2
Text Example
Text Example
White with #34CEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CEB2; }
p { color: rgb(52,206,178); }
H1.HeaderClassName
{
color: #34CEB2;
}
.AnyTagClassName
{
color: #34CEB2;
}
</style>
background-color css
<style>
a { background-color: #34CEB2; }
a { background-color: rgb(52,206,178); }
div.DivClassName
{
background-color: #34CEB2;
}
.BgClassName
{
background-color: #34CEB2;
}
</style>
border-color css
<style>
span { border-color: #34CEB2; }
span { border-color: rgb(52,206,178); }
td.TdClassName
{
border-color: #34CEB2;
}
.TagClassName
{
border-color: #34CEB2;
}
</style>