Shades of Shamrock #34CEB0
Tints of Shamrock #34CEB0
RGB
CMYK
RGB Variations
Color information
#34CEB0 (or 0x34CEB0) is known color: Shamrock. HEX triplet: 34, CE and B0. RGB value is (52,206,176). Sum of RGB (Red+Green+Blue) = 52+206+176=434 (57% of max value = 765). Red value is 52 (20.70% from 255 or 11.98% from 434); Green value is 206 (80.86% from 255 or 47.47% from 434); Blue value is 176 (69.14% from 255 or 40.55% from 434); Max value from RGB is 206 - color contains mainly: green. Hex color #34CEB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34CEB0 is #CB314F. Grayscale: #9C9C9C. Windows color (decimal): -13316432 or 11587124. OLE color: 11587124.
HSL color Cylindrical-coordinate representation of color #34CEB0: hue angle of 168.31º 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 #34CEB0 is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 206 | 176 | - |
| CMYK | 0.75 | 0 | 0.15 | 0.19 |
| HSL | 168.31º | 0.61% | 0.51% | - |
| HSV(B) | 168.31º | 0.75% | 0.81% | - |
| XYZ | 31.32 | 48.01 | 48.69 | - |
| YUV | 156.53 | 138.98 | 53.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 206 | 176 | 0.75 | 0 | 0.15 | 0.19 | 168.31 | 0.61 | 0.51 |
| Hex | 34 | CE | B0 | 4B | 0 | F | 13 | A8 | 3D | 33 |
| Octal | 64 | 316 | 260 | 113 | 0 | 17 | 23 | 250 | 75 | 63 |
| Binary | 110100 | 11001110 | 10110000 | 1001011 | 0 | 1111 | 10011 | 10101000 | 111101 | 110011 |
Color Harmonies of #34CEB0
Complementary color
Monochromatic Colors of #34CEB0
Black with #34CEB0
Text Example
Text Example
White with #34CEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34CEB0; }
p { color: rgb(52,206,176); }
H1.HeaderClassName
{
color: #34CEB0;
}
.AnyTagClassName
{
color: #34CEB0;
}
</style>
background-color css
<style>
a { background-color: #34CEB0; }
a { background-color: rgb(52,206,176); }
div.DivClassName
{
background-color: #34CEB0;
}
.BgClassName
{
background-color: #34CEB0;
}
</style>
border-color css
<style>
span { border-color: #34CEB0; }
span { border-color: rgb(52,206,176); }
td.TdClassName
{
border-color: #34CEB0;
}
.TagClassName
{
border-color: #34CEB0;
}
</style>