Shades of Shamrock #34BC8C
Tints of Shamrock #34BC8C
RGB
CMYK
RGB Variations
Color information
#34BC8C (or 0x34BC8C) is known color: Shamrock. HEX triplet: 34, BC and 8C. RGB value is (52,188,140). Sum of RGB (Red+Green+Blue) = 52+188+140=380 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.68% from 380); Green value is 188 (73.83% from 255 or 49.47% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 188 - color contains mainly: green. Hex color #34BC8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34BC8C is #CB4373. Grayscale: #8D8D8D. Windows color (decimal): -13321076 or 9223220. OLE color: 9223220.
HSL color Cylindrical-coordinate representation of color #34BC8C: hue angle of 158.82º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34BC8C is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 188 | 140 | - |
| CMYK | 0.72 | 0 | 0.26 | 0.26 |
| HSL | 158.82º | 0.57% | 0.47% | - |
| HSV(B) | 158.82º | 0.72% | 0.74% | - |
| XYZ | 24.13 | 38.59 | 30.99 | - |
| YUV | 141.86 | 126.94 | 63.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 188 | 140 | 0.72 | 0 | 0.26 | 0.26 | 158.82 | 0.57 | 0.47 |
| Hex | 34 | BC | 8C | 48 | 0 | 1A | 1A | 9F | 39 | 2F |
| Octal | 64 | 274 | 214 | 110 | 0 | 32 | 32 | 237 | 71 | 57 |
| Binary | 110100 | 10111100 | 10001100 | 1001000 | 0 | 11010 | 11010 | 10011111 | 111001 | 101111 |
Color Harmonies of #34BC8C
Complementary color
Monochromatic Colors of #34BC8C
Black with #34BC8C
Text Example
Text Example
White with #34BC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BC8C; }
p { color: rgb(52,188,140); }
H1.HeaderClassName
{
color: #34BC8C;
}
.AnyTagClassName
{
color: #34BC8C;
}
</style>
background-color css
<style>
a { background-color: #34BC8C; }
a { background-color: rgb(52,188,140); }
div.DivClassName
{
background-color: #34BC8C;
}
.BgClassName
{
background-color: #34BC8C;
}
</style>
border-color css
<style>
span { border-color: #34BC8C; }
span { border-color: rgb(52,188,140); }
td.TdClassName
{
border-color: #34BC8C;
}
.TagClassName
{
border-color: #34BC8C;
}
</style>