Shades of Shamrock #34ECAF
Tints of Shamrock #34ECAF
RGB
CMYK
RGB Variations
Color information
#34ECAF (or 0x34ECAF) is known color: Shamrock. HEX triplet: 34, EC and AF. RGB value is (52,236,175). Sum of RGB (Red+Green+Blue) = 52+236+175=463 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.23% from 463); Green value is 236 (92.58% from 255 or 50.97% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 236 - color contains mainly: green. Hex color #34ECAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #34ECAF is #CB1350. Grayscale: #AEAEAE. Windows color (decimal): -13308753 or 11529268. OLE color: 11529268.
HSL color Cylindrical-coordinate representation of color #34ECAF: hue angle of 160.11º 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 #34ECAF is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 236 | 175 | - |
| CMYK | 0.78 | 0 | 0.26 | 0.07 |
| HSL | 160.11º | 0.83% | 0.56% | - |
| HSV(B) | 160.11º | 0.78% | 0.93% | - |
| XYZ | 39.15 | 63.82 | 50.81 | - |
| YUV | 174.03 | 128.54 | 40.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 236 | 175 | 0.78 | 0 | 0.26 | 0.07 | 160.11 | 0.83 | 0.56 |
| Hex | 34 | EC | AF | 4E | 0 | 1A | 7 | A0 | 53 | 38 |
| Octal | 64 | 354 | 257 | 116 | 0 | 32 | 7 | 240 | 123 | 70 |
| Binary | 110100 | 11101100 | 10101111 | 1001110 | 0 | 11010 | 111 | 10100000 | 1010011 | 111000 |
Color Harmonies of #34ECAF
Complementary color
Monochromatic Colors of #34ECAF
Black with #34ECAF
Text Example
Text Example
White with #34ECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34ECAF; }
p { color: rgb(52,236,175); }
H1.HeaderClassName
{
color: #34ECAF;
}
.AnyTagClassName
{
color: #34ECAF;
}
</style>
background-color css
<style>
a { background-color: #34ECAF; }
a { background-color: rgb(52,236,175); }
div.DivClassName
{
background-color: #34ECAF;
}
.BgClassName
{
background-color: #34ECAF;
}
</style>
border-color css
<style>
span { border-color: #34ECAF; }
span { border-color: rgb(52,236,175); }
td.TdClassName
{
border-color: #34ECAF;
}
.TagClassName
{
border-color: #34ECAF;
}
</style>