Shades of Shamrock #34ECAC
Tints of Shamrock #34ECAC
RGB
CMYK
RGB Variations
Color information
#34ECAC (or 0x34ECAC) is known color: Shamrock. HEX triplet: 34, EC and AC. RGB value is (52,236,172). Sum of RGB (Red+Green+Blue) = 52+236+172=460 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.30% from 460); Green value is 236 (92.58% from 255 or 51.30% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 236 - color contains mainly: green. Hex color #34ECAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #34ECAC is #CB1353. Grayscale: #ADADAD. Windows color (decimal): -13308756 or 11332660. OLE color: 11332660.
HSL color Cylindrical-coordinate representation of color #34ECAC: hue angle of 159.13º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34ECAC is Cyan = 0.78, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 236 | 172 | - |
| CMYK | 0.78 | 0 | 0.27 | 0.07 |
| HSL | 159.13º | 0.83% | 0.56% | - |
| HSV(B) | 159.13º | 0.78% | 0.93% | - |
| XYZ | 38.86 | 63.7 | 49.28 | - |
| YUV | 173.69 | 127.04 | 41.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 236 | 172 | 0.78 | 0 | 0.27 | 0.07 | 159.13 | 0.83 | 0.56 |
| Hex | 34 | EC | AC | 4E | 0 | 1B | 7 | 9F | 53 | 38 |
| Octal | 64 | 354 | 254 | 116 | 0 | 33 | 7 | 237 | 123 | 70 |
| Binary | 110100 | 11101100 | 10101100 | 1001110 | 0 | 11011 | 111 | 10011111 | 1010011 | 111000 |
Color Harmonies of #34ECAC
Complementary color
Monochromatic Colors of #34ECAC
Black with #34ECAC
Text Example
Text Example
White with #34ECAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34ECAC; }
p { color: rgb(52,236,172); }
H1.HeaderClassName
{
color: #34ECAC;
}
.AnyTagClassName
{
color: #34ECAC;
}
</style>
background-color css
<style>
a { background-color: #34ECAC; }
a { background-color: rgb(52,236,172); }
div.DivClassName
{
background-color: #34ECAC;
}
.BgClassName
{
background-color: #34ECAC;
}
</style>
border-color css
<style>
span { border-color: #34ECAC; }
span { border-color: rgb(52,236,172); }
td.TdClassName
{
border-color: #34ECAC;
}
.TagClassName
{
border-color: #34ECAC;
}
</style>