Shades of Shamrock #34DBAB
Tints of Shamrock #34DBAB
RGB
CMYK
RGB Variations
Color information
#34DBAB (or 0x34DBAB) is known color: Shamrock. HEX triplet: 34, DB and AB. RGB value is (52,219,171). Sum of RGB (Red+Green+Blue) = 52+219+171=442 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.76% from 442); Green value is 219 (85.94% from 255 or 49.55% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 219 - color contains mainly: green. Hex color #34DBAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34DBAB is #CB2454. Grayscale: #A3A3A3. Windows color (decimal): -13313109 or 11262772. OLE color: 11262772.
HSL color Cylindrical-coordinate representation of color #34DBAB: hue angle of 162.75º 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 #34DBAB is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 219 | 171 | - |
| CMYK | 0.76 | 0 | 0.22 | 0.14 |
| HSL | 162.75º | 0.7% | 0.53% | - |
| HSV(B) | 162.75º | 0.76% | 0.86% | - |
| XYZ | 34.1 | 54.33 | 47.22 | - |
| YUV | 163.6 | 132.17 | 48.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 219 | 171 | 0.76 | 0 | 0.22 | 0.14 | 162.75 | 0.7 | 0.53 |
| Hex | 34 | DB | AB | 4C | 0 | 16 | E | A3 | 46 | 35 |
| Octal | 64 | 333 | 253 | 114 | 0 | 26 | 16 | 243 | 106 | 65 |
| Binary | 110100 | 11011011 | 10101011 | 1001100 | 0 | 10110 | 1110 | 10100011 | 1000110 | 110101 |
Color Harmonies of #34DBAB
Complementary color
Monochromatic Colors of #34DBAB
Black with #34DBAB
Text Example
Text Example
White with #34DBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DBAB; }
p { color: rgb(52,219,171); }
H1.HeaderClassName
{
color: #34DBAB;
}
.AnyTagClassName
{
color: #34DBAB;
}
</style>
background-color css
<style>
a { background-color: #34DBAB; }
a { background-color: rgb(52,219,171); }
div.DivClassName
{
background-color: #34DBAB;
}
.BgClassName
{
background-color: #34DBAB;
}
</style>
border-color css
<style>
span { border-color: #34DBAB; }
span { border-color: rgb(52,219,171); }
td.TdClassName
{
border-color: #34DBAB;
}
.TagClassName
{
border-color: #34DBAB;
}
</style>