Shades of Shamrock #34DBB2
Tints of Shamrock #34DBB2
RGB
CMYK
RGB Variations
Color information
#34DBB2 (or 0x34DBB2) is known color: Shamrock. HEX triplet: 34, DB and B2. RGB value is (52,219,178). Sum of RGB (Red+Green+Blue) = 52+219+178=449 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.58% from 449); Green value is 219 (85.94% from 255 or 48.78% from 449); Blue value is 178 (69.92% from 255 or 39.64% from 449); Max value from RGB is 219 - color contains mainly: green. Hex color #34DBB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34DBB2 is #CB244D. Grayscale: #A4A4A4. Windows color (decimal): -13313102 or 11721524. OLE color: 11721524.
HSL color Cylindrical-coordinate representation of color #34DBB2: hue angle of 165.27º degrees, saturation: 0.7, 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 #34DBB2 is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 219 | 178 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.14 |
| HSL | 165.27º | 0.7% | 0.53% | - |
| HSV(B) | 165.27º | 0.76% | 0.86% | - |
| XYZ | 34.78 | 54.61 | 50.83 | - |
| YUV | 164.39 | 135.67 | 47.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 219 | 178 | 0.76 | 0 | 0.19 | 0.14 | 165.27 | 0.7 | 0.53 |
| Hex | 34 | DB | B2 | 4C | 0 | 13 | E | A5 | 46 | 35 |
| Octal | 64 | 333 | 262 | 114 | 0 | 23 | 16 | 245 | 106 | 65 |
| Binary | 110100 | 11011011 | 10110010 | 1001100 | 0 | 10011 | 1110 | 10100101 | 1000110 | 110101 |
Color Harmonies of #34DBB2
Complementary color
Monochromatic Colors of #34DBB2
Black with #34DBB2
Text Example
Text Example
White with #34DBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DBB2; }
p { color: rgb(52,219,178); }
H1.HeaderClassName
{
color: #34DBB2;
}
.AnyTagClassName
{
color: #34DBB2;
}
</style>
background-color css
<style>
a { background-color: #34DBB2; }
a { background-color: rgb(52,219,178); }
div.DivClassName
{
background-color: #34DBB2;
}
.BgClassName
{
background-color: #34DBB2;
}
</style>
border-color css
<style>
span { border-color: #34DBB2; }
span { border-color: rgb(52,219,178); }
td.TdClassName
{
border-color: #34DBB2;
}
.TagClassName
{
border-color: #34DBB2;
}
</style>