Shades of Shamrock #34DCB2
Tints of Shamrock #34DCB2
RGB
CMYK
RGB Variations
Color information
#34DCB2 (or 0x34DCB2) is known color: Shamrock. HEX triplet: 34, DC and B2. RGB value is (52,220,178). Sum of RGB (Red+Green+Blue) = 52+220+178=450 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.56% from 450); Green value is 220 (86.33% from 255 or 48.89% from 450); Blue value is 178 (69.92% from 255 or 39.56% from 450); Max value from RGB is 220 - color contains mainly: green. Hex color #34DCB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34DCB2 is #CB234D. Grayscale: #A4A4A4. Windows color (decimal): -13312846 or 11721780. OLE color: 11721780.
HSL color Cylindrical-coordinate representation of color #34DCB2: hue angle of 165º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34DCB2 is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 220 | 178 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.14 |
| HSL | 165º | 0.71% | 0.53% | - |
| HSV(B) | 165º | 0.76% | 0.86% | - |
| XYZ | 35.05 | 55.13 | 50.91 | - |
| YUV | 164.98 | 135.34 | 47.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 220 | 178 | 0.76 | 0 | 0.19 | 0.14 | 165 | 0.71 | 0.53 |
| Hex | 34 | DC | B2 | 4C | 0 | 13 | E | A5 | 47 | 35 |
| Octal | 64 | 334 | 262 | 114 | 0 | 23 | 16 | 245 | 107 | 65 |
| Binary | 110100 | 11011100 | 10110010 | 1001100 | 0 | 10011 | 1110 | 10100101 | 1000111 | 110101 |
Color Harmonies of #34DCB2
Complementary color
Monochromatic Colors of #34DCB2
Black with #34DCB2
Text Example
Text Example
White with #34DCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DCB2; }
p { color: rgb(52,220,178); }
H1.HeaderClassName
{
color: #34DCB2;
}
.AnyTagClassName
{
color: #34DCB2;
}
</style>
background-color css
<style>
a { background-color: #34DCB2; }
a { background-color: rgb(52,220,178); }
div.DivClassName
{
background-color: #34DCB2;
}
.BgClassName
{
background-color: #34DCB2;
}
</style>
border-color css
<style>
span { border-color: #34DCB2; }
span { border-color: rgb(52,220,178); }
td.TdClassName
{
border-color: #34DCB2;
}
.TagClassName
{
border-color: #34DCB2;
}
</style>