Shades of Shamrock #34D6B0
Tints of Shamrock #34D6B0
RGB
CMYK
RGB Variations
Color information
#34D6B0 (or 0x34D6B0) is known color: Shamrock. HEX triplet: 34, D6 and B0. RGB value is (52,214,176). Sum of RGB (Red+Green+Blue) = 52+214+176=442 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.76% from 442); Green value is 214 (83.98% from 255 or 48.42% from 442); Blue value is 176 (69.14% from 255 or 39.82% from 442); Max value from RGB is 214 - color contains mainly: green. Hex color #34D6B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34D6B0 is #CB294F. Grayscale: #A1A1A1. Windows color (decimal): -13314384 or 11589172. OLE color: 11589172.
HSL color Cylindrical-coordinate representation of color #34D6B0: hue angle of 165.93º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34D6B0 is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 52 | 214 | 176 | - |
| CMYK | 0.76 | 0 | 0.18 | 0.16 |
| HSL | 165.93º | 0.66% | 0.52% | - |
| HSV(B) | 165.93º | 0.76% | 0.84% | - |
| XYZ | 33.3 | 51.96 | 49.35 | - |
| YUV | 161.23 | 136.33 | 50.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 214 | 176 | 0.76 | 0 | 0.18 | 0.16 | 165.93 | 0.66 | 0.52 |
| Hex | 34 | D6 | B0 | 4C | 0 | 12 | 10 | A6 | 42 | 34 |
| Octal | 64 | 326 | 260 | 114 | 0 | 22 | 20 | 246 | 102 | 64 |
| Binary | 110100 | 11010110 | 10110000 | 1001100 | 0 | 10010 | 10000 | 10100110 | 1000010 | 110100 |
Color Harmonies of #34D6B0
Complementary color
Monochromatic Colors of #34D6B0
Black with #34D6B0
Text Example
Text Example
White with #34D6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D6B0; }
p { color: rgb(52,214,176); }
H1.HeaderClassName
{
color: #34D6B0;
}
.AnyTagClassName
{
color: #34D6B0;
}
</style>
background-color css
<style>
a { background-color: #34D6B0; }
a { background-color: rgb(52,214,176); }
div.DivClassName
{
background-color: #34D6B0;
}
.BgClassName
{
background-color: #34D6B0;
}
</style>
border-color css
<style>
span { border-color: #34D6B0; }
span { border-color: rgb(52,214,176); }
td.TdClassName
{
border-color: #34D6B0;
}
.TagClassName
{
border-color: #34D6B0;
}
</style>