Shades of Shamrock #34EBA0
Tints of Shamrock #34EBA0
RGB
CMYK
RGB Variations
Color information
#34EBA0 (or 0x34EBA0) is known color: Shamrock. HEX triplet: 34, EB and A0. RGB value is (52,235,160). Sum of RGB (Red+Green+Blue) = 52+235+160=447 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.63% from 447); Green value is 235 (92.19% from 255 or 52.57% from 447); Blue value is 160 (62.89% from 255 or 35.79% from 447); Max value from RGB is 235 - color contains mainly: green. Hex color #34EBA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #34EBA0 is #CB145F. Grayscale: #ABABAB. Windows color (decimal): -13309024 or 10545972. OLE color: 10545972.
HSL color Cylindrical-coordinate representation of color #34EBA0: hue angle of 155.41º degrees, saturation: 0.82, 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 #34EBA0 is Cyan = 0.78, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 52 | 235 | 160 | - |
| CMYK | 0.78 | 0 | 0.32 | 0.08 |
| HSL | 155.41º | 0.82% | 0.56% | - |
| HSV(B) | 155.41º | 0.78% | 0.92% | - |
| XYZ | 37.47 | 62.68 | 43.38 | - |
| YUV | 171.73 | 121.37 | 42.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 235 | 160 | 0.78 | 0 | 0.32 | 0.08 | 155.41 | 0.82 | 0.56 |
| Hex | 34 | EB | A0 | 4E | 0 | 20 | 8 | 9B | 52 | 38 |
| Octal | 64 | 353 | 240 | 116 | 0 | 40 | 10 | 233 | 122 | 70 |
| Binary | 110100 | 11101011 | 10100000 | 1001110 | 0 | 100000 | 1000 | 10011011 | 1010010 | 111000 |
Color Harmonies of #34EBA0
Complementary color
Monochromatic Colors of #34EBA0
Black with #34EBA0
Text Example
Text Example
White with #34EBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EBA0; }
p { color: rgb(52,235,160); }
H1.HeaderClassName
{
color: #34EBA0;
}
.AnyTagClassName
{
color: #34EBA0;
}
</style>
background-color css
<style>
a { background-color: #34EBA0; }
a { background-color: rgb(52,235,160); }
div.DivClassName
{
background-color: #34EBA0;
}
.BgClassName
{
background-color: #34EBA0;
}
</style>
border-color css
<style>
span { border-color: #34EBA0; }
span { border-color: rgb(52,235,160); }
td.TdClassName
{
border-color: #34EBA0;
}
.TagClassName
{
border-color: #34EBA0;
}
</style>