Shades of Shamrock #34BA96
Tints of Shamrock #34BA96
RGB
CMYK
RGB Variations
Color information
#34BA96 (or 0x34BA96) is known color: Shamrock. HEX triplet: 34, BA and 96. RGB value is (52,186,150). Sum of RGB (Red+Green+Blue) = 52+186+150=388 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.40% from 388); Green value is 186 (73.05% from 255 or 47.94% from 388); Blue value is 150 (58.98% from 255 or 38.66% from 388); Max value from RGB is 186 - color contains mainly: green. Hex color #34BA96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34BA96 is #CB4569. Grayscale: #8D8D8D. Windows color (decimal): -13321578 or 9878068. OLE color: 9878068.
HSL color Cylindrical-coordinate representation of color #34BA96: hue angle of 163.88º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34BA96 is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 186 | 150 | - |
| CMYK | 0.72 | 0 | 0.19 | 0.27 |
| HSL | 163.88º | 0.56% | 0.47% | - |
| HSV(B) | 163.88º | 0.72% | 0.73% | - |
| XYZ | 24.48 | 38.05 | 34.91 | - |
| YUV | 141.83 | 132.61 | 63.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 186 | 150 | 0.72 | 0 | 0.19 | 0.27 | 163.88 | 0.56 | 0.47 |
| Hex | 34 | BA | 96 | 48 | 0 | 13 | 1B | A4 | 38 | 2F |
| Octal | 64 | 272 | 226 | 110 | 0 | 23 | 33 | 244 | 70 | 57 |
| Binary | 110100 | 10111010 | 10010110 | 1001000 | 0 | 10011 | 11011 | 10100100 | 111000 | 101111 |
Color Harmonies of #34BA96
Complementary color
Monochromatic Colors of #34BA96
Black with #34BA96
Text Example
Text Example
White with #34BA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BA96; }
p { color: rgb(52,186,150); }
H1.HeaderClassName
{
color: #34BA96;
}
.AnyTagClassName
{
color: #34BA96;
}
</style>
background-color css
<style>
a { background-color: #34BA96; }
a { background-color: rgb(52,186,150); }
div.DivClassName
{
background-color: #34BA96;
}
.BgClassName
{
background-color: #34BA96;
}
</style>
border-color css
<style>
span { border-color: #34BA96; }
span { border-color: rgb(52,186,150); }
td.TdClassName
{
border-color: #34BA96;
}
.TagClassName
{
border-color: #34BA96;
}
</style>