Shades of Shamrock #34DDB1
Tints of Shamrock #34DDB1
RGB
CMYK
RGB Variations
Color information
#34DDB1 (or 0x34DDB1) is known color: Shamrock. HEX triplet: 34, DD and B1. RGB value is (52,221,177). Sum of RGB (Red+Green+Blue) = 52+221+177=450 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.56% from 450); Green value is 221 (86.72% from 255 or 49.11% from 450); Blue value is 177 (69.53% from 255 or 39.33% from 450); Max value from RGB is 221 - color contains mainly: green. Hex color #34DDB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34DDB1 is #CB224E. Grayscale: #A5A5A5. Windows color (decimal): -13312591 or 11656500. OLE color: 11656500.
HSL color Cylindrical-coordinate representation of color #34DDB1: hue angle of 164.38º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34DDB1 is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 221 | 177 | - |
| CMYK | 0.76 | 0 | 0.20 | 0.13 |
| HSL | 164.38º | 0.71% | 0.54% | - |
| HSV(B) | 164.38º | 0.76% | 0.87% | - |
| XYZ | 35.21 | 55.62 | 50.47 | - |
| YUV | 165.45 | 134.51 | 47.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 221 | 177 | 0.76 | 0 | 0.20 | 0.13 | 164.38 | 0.71 | 0.54 |
| Hex | 34 | DD | B1 | 4C | 0 | 14 | D | A4 | 47 | 36 |
| Octal | 64 | 335 | 261 | 114 | 0 | 24 | 15 | 244 | 107 | 66 |
| Binary | 110100 | 11011101 | 10110001 | 1001100 | 0 | 10100 | 1101 | 10100100 | 1000111 | 110110 |
Color Harmonies of #34DDB1
Complementary color
Monochromatic Colors of #34DDB1
Black with #34DDB1
Text Example
Text Example
White with #34DDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DDB1; }
p { color: rgb(52,221,177); }
H1.HeaderClassName
{
color: #34DDB1;
}
.AnyTagClassName
{
color: #34DDB1;
}
</style>
background-color css
<style>
a { background-color: #34DDB1; }
a { background-color: rgb(52,221,177); }
div.DivClassName
{
background-color: #34DDB1;
}
.BgClassName
{
background-color: #34DDB1;
}
</style>
border-color css
<style>
span { border-color: #34DDB1; }
span { border-color: rgb(52,221,177); }
td.TdClassName
{
border-color: #34DDB1;
}
.TagClassName
{
border-color: #34DDB1;
}
</style>