Shades of Shamrock #34BA93
Tints of Shamrock #34BA93
RGB
CMYK
RGB Variations
Color information
#34BA93 (or 0x34BA93) is known color: Shamrock. HEX triplet: 34, BA and 93. RGB value is (52,186,147). Sum of RGB (Red+Green+Blue) = 52+186+147=385 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.51% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 186 - color contains mainly: green. Hex color #34BA93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34BA93 is #CB456C. Grayscale: #8D8D8D. Windows color (decimal): -13321581 or 9681460. OLE color: 9681460.
HSL color Cylindrical-coordinate representation of color #34BA93: hue angle of 162.54º 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 #34BA93 is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 186 | 147 | - |
| CMYK | 0.72 | 0 | 0.21 | 0.27 |
| HSL | 162.54º | 0.56% | 0.47% | - |
| HSV(B) | 162.54º | 0.72% | 0.73% | - |
| XYZ | 24.24 | 37.95 | 33.65 | - |
| YUV | 141.49 | 131.11 | 64.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 186 | 147 | 0.72 | 0 | 0.21 | 0.27 | 162.54 | 0.56 | 0.47 |
| Hex | 34 | BA | 93 | 48 | 0 | 15 | 1B | A3 | 38 | 2F |
| Octal | 64 | 272 | 223 | 110 | 0 | 25 | 33 | 243 | 70 | 57 |
| Binary | 110100 | 10111010 | 10010011 | 1001000 | 0 | 10101 | 11011 | 10100011 | 111000 | 101111 |
Color Harmonies of #34BA93
Complementary color
Monochromatic Colors of #34BA93
Black with #34BA93
Text Example
Text Example
White with #34BA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BA93; }
p { color: rgb(52,186,147); }
H1.HeaderClassName
{
color: #34BA93;
}
.AnyTagClassName
{
color: #34BA93;
}
</style>
background-color css
<style>
a { background-color: #34BA93; }
a { background-color: rgb(52,186,147); }
div.DivClassName
{
background-color: #34BA93;
}
.BgClassName
{
background-color: #34BA93;
}
</style>
border-color css
<style>
span { border-color: #34BA93; }
span { border-color: rgb(52,186,147); }
td.TdClassName
{
border-color: #34BA93;
}
.TagClassName
{
border-color: #34BA93;
}
</style>