Shades of Shamrock #34D4AC
Tints of Shamrock #34D4AC
RGB
CMYK
RGB Variations
Color information
#34D4AC (or 0x34D4AC) is known color: Shamrock. HEX triplet: 34, D4 and AC. RGB value is (52,212,172). Sum of RGB (Red+Green+Blue) = 52+212+172=436 (57% of max value = 765). Red value is 52 (20.70% from 255 or 11.93% from 436); Green value is 212 (83.20% from 255 or 48.62% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 212 - color contains mainly: green. Hex color #34D4AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34D4AC is #CB2B53. Grayscale: #9F9F9F. Windows color (decimal): -13314900 or 11326516. OLE color: 11326516.
HSL color Cylindrical-coordinate representation of color #34D4AC: hue angle of 165º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34D4AC is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 52 | 212 | 172 | - |
| CMYK | 0.75 | 0 | 0.19 | 0.17 |
| HSL | 165º | 0.65% | 0.52% | - |
| HSV(B) | 165º | 0.75% | 0.83% | - |
| XYZ | 32.41 | 50.8 | 47.13 | - |
| YUV | 159.6 | 134.99 | 51.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 212 | 172 | 0.75 | 0 | 0.19 | 0.17 | 165 | 0.65 | 0.52 |
| Hex | 34 | D4 | AC | 4B | 0 | 13 | 11 | A5 | 41 | 34 |
| Octal | 64 | 324 | 254 | 113 | 0 | 23 | 21 | 245 | 101 | 64 |
| Binary | 110100 | 11010100 | 10101100 | 1001011 | 0 | 10011 | 10001 | 10100101 | 1000001 | 110100 |
Color Harmonies of #34D4AC
Complementary color
Monochromatic Colors of #34D4AC
Black with #34D4AC
Text Example
Text Example
White with #34D4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D4AC; }
p { color: rgb(52,212,172); }
H1.HeaderClassName
{
color: #34D4AC;
}
.AnyTagClassName
{
color: #34D4AC;
}
</style>
background-color css
<style>
a { background-color: #34D4AC; }
a { background-color: rgb(52,212,172); }
div.DivClassName
{
background-color: #34D4AC;
}
.BgClassName
{
background-color: #34D4AC;
}
</style>
border-color css
<style>
span { border-color: #34D4AC; }
span { border-color: rgb(52,212,172); }
td.TdClassName
{
border-color: #34D4AC;
}
.TagClassName
{
border-color: #34D4AC;
}
</style>