Shades of Shamrock #34EA93
Tints of Shamrock #34EA93
RGB
CMYK
RGB Variations
Color information
#34EA93 (or 0x34EA93) is known color: Shamrock. HEX triplet: 34, EA and 93. RGB value is (52,234,147). Sum of RGB (Red+Green+Blue) = 52+234+147=433 (57% of max value = 765). Red value is 52 (20.70% from 255 or 12.01% from 433); Green value is 234 (91.80% from 255 or 54.04% from 433); Blue value is 147 (57.81% from 255 or 33.95% from 433); Max value from RGB is 234 - color contains mainly: green. Hex color #34EA93 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #34EA93 is #CB156C. Grayscale: #A9A9A9. Windows color (decimal): -13309293 or 9693748. OLE color: 9693748.
HSL color Cylindrical-coordinate representation of color #34EA93: hue angle of 151.32º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34EA93 is Cyan = 0.78, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 52 | 234 | 147 | - |
| CMYK | 0.78 | 0 | 0.37 | 0.08 |
| HSL | 151.32º | 0.81% | 0.56% | - |
| HSV(B) | 151.32º | 0.78% | 0.92% | - |
| XYZ | 36.11 | 61.68 | 37.61 | - |
| YUV | 169.66 | 115.2 | 44.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 234 | 147 | 0.78 | 0 | 0.37 | 0.08 | 151.32 | 0.81 | 0.56 |
| Hex | 34 | EA | 93 | 4E | 0 | 25 | 8 | 97 | 51 | 38 |
| Octal | 64 | 352 | 223 | 116 | 0 | 45 | 10 | 227 | 121 | 70 |
| Binary | 110100 | 11101010 | 10010011 | 1001110 | 0 | 100101 | 1000 | 10010111 | 1010001 | 111000 |
Color Harmonies of #34EA93
Complementary color
Monochromatic Colors of #34EA93
Black with #34EA93
Text Example
Text Example
White with #34EA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EA93; }
p { color: rgb(52,234,147); }
H1.HeaderClassName
{
color: #34EA93;
}
.AnyTagClassName
{
color: #34EA93;
}
</style>
background-color css
<style>
a { background-color: #34EA93; }
a { background-color: rgb(52,234,147); }
div.DivClassName
{
background-color: #34EA93;
}
.BgClassName
{
background-color: #34EA93;
}
</style>
border-color css
<style>
span { border-color: #34EA93; }
span { border-color: rgb(52,234,147); }
td.TdClassName
{
border-color: #34EA93;
}
.TagClassName
{
border-color: #34EA93;
}
</style>