Shades of Shamrock #34C08D
Tints of Shamrock #34C08D
RGB
CMYK
RGB Variations
Color information
#34C08D (or 0x34C08D) is known color: Shamrock. HEX triplet: 34, C0 and 8D. RGB value is (52,192,141). Sum of RGB (Red+Green+Blue) = 52+192+141=385 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.51% from 385); Green value is 192 (75.39% from 255 or 49.87% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 192 - color contains mainly: green. Hex color #34C08D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34C08D is #CB3F72. Grayscale: #909090. Windows color (decimal): -13320051 or 9289780. OLE color: 9289780.
HSL color Cylindrical-coordinate representation of color #34C08D: hue angle of 158.14º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34C08D is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 192 | 141 | - |
| CMYK | 0.73 | 0 | 0.27 | 0.25 |
| HSL | 158.14º | 0.57% | 0.48% | - |
| HSV(B) | 158.14º | 0.73% | 0.75% | - |
| XYZ | 25.07 | 40.35 | 31.67 | - |
| YUV | 144.33 | 126.12 | 62.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 192 | 141 | 0.73 | 0 | 0.27 | 0.25 | 158.14 | 0.57 | 0.48 |
| Hex | 34 | C0 | 8D | 49 | 0 | 1B | 19 | 9E | 39 | 30 |
| Octal | 64 | 300 | 215 | 111 | 0 | 33 | 31 | 236 | 71 | 60 |
| Binary | 110100 | 11000000 | 10001101 | 1001001 | 0 | 11011 | 11001 | 10011110 | 111001 | 110000 |
Color Harmonies of #34C08D
Complementary color
Monochromatic Colors of #34C08D
Black with #34C08D
Text Example
Text Example
White with #34C08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C08D; }
p { color: rgb(52,192,141); }
H1.HeaderClassName
{
color: #34C08D;
}
.AnyTagClassName
{
color: #34C08D;
}
</style>
background-color css
<style>
a { background-color: #34C08D; }
a { background-color: rgb(52,192,141); }
div.DivClassName
{
background-color: #34C08D;
}
.BgClassName
{
background-color: #34C08D;
}
</style>
border-color css
<style>
span { border-color: #34C08D; }
span { border-color: rgb(52,192,141); }
td.TdClassName
{
border-color: #34C08D;
}
.TagClassName
{
border-color: #34C08D;
}
</style>