Shades of Shamrock #34D7B0
Tints of Shamrock #34D7B0
RGB
CMYK
RGB Variations
Color information
#34D7B0 (or 0x34D7B0) is known color: Shamrock. HEX triplet: 34, D7 and B0. RGB value is (52,215,176). Sum of RGB (Red+Green+Blue) = 52+215+176=443 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.74% from 443); Green value is 215 (84.38% from 255 or 48.53% from 443); Blue value is 176 (69.14% from 255 or 39.73% from 443); Max value from RGB is 215 - color contains mainly: green. Hex color #34D7B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34D7B0 is #CB284F. Grayscale: #A1A1A1. Windows color (decimal): -13314128 or 11589428. OLE color: 11589428.
HSL color Cylindrical-coordinate representation of color #34D7B0: hue angle of 165.64º degrees, saturation: 0.67, 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 #34D7B0 is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 52 | 215 | 176 | - |
| CMYK | 0.76 | 0 | 0.18 | 0.16 |
| HSL | 165.64º | 0.67% | 0.52% | - |
| HSV(B) | 165.64º | 0.76% | 0.84% | - |
| XYZ | 33.55 | 52.47 | 49.43 | - |
| YUV | 161.82 | 136 | 49.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 215 | 176 | 0.76 | 0 | 0.18 | 0.16 | 165.64 | 0.67 | 0.52 |
| Hex | 34 | D7 | B0 | 4C | 0 | 12 | 10 | A6 | 43 | 34 |
| Octal | 64 | 327 | 260 | 114 | 0 | 22 | 20 | 246 | 103 | 64 |
| Binary | 110100 | 11010111 | 10110000 | 1001100 | 0 | 10010 | 10000 | 10100110 | 1000011 | 110100 |
Color Harmonies of #34D7B0
Complementary color
Monochromatic Colors of #34D7B0
Black with #34D7B0
Text Example
Text Example
White with #34D7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D7B0; }
p { color: rgb(52,215,176); }
H1.HeaderClassName
{
color: #34D7B0;
}
.AnyTagClassName
{
color: #34D7B0;
}
</style>
background-color css
<style>
a { background-color: #34D7B0; }
a { background-color: rgb(52,215,176); }
div.DivClassName
{
background-color: #34D7B0;
}
.BgClassName
{
background-color: #34D7B0;
}
</style>
border-color css
<style>
span { border-color: #34D7B0; }
span { border-color: rgb(52,215,176); }
td.TdClassName
{
border-color: #34D7B0;
}
.TagClassName
{
border-color: #34D7B0;
}
</style>