Shades of Shamrock #34EDA6
Tints of Shamrock #34EDA6
RGB
CMYK
RGB Variations
Color information
#34EDA6 (or 0x34EDA6) is known color: Shamrock. HEX triplet: 34, ED and A6. RGB value is (52,237,166). Sum of RGB (Red+Green+Blue) = 52+237+166=455 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.43% from 455); Green value is 237 (92.97% from 255 or 52.09% from 455); Blue value is 166 (65.23% from 255 or 36.48% from 455); Max value from RGB is 237 - color contains mainly: green. Hex color #34EDA6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #34EDA6 is #CB1259. Grayscale: #ADADAD. Windows color (decimal): -13308506 or 10939700. OLE color: 10939700.
HSL color Cylindrical-coordinate representation of color #34EDA6: hue angle of 156.97º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34EDA6 is Cyan = 0.78, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 237 | 166 | - |
| CMYK | 0.78 | 0 | 0.30 | 0.07 |
| HSL | 156.97º | 0.84% | 0.57% | - |
| HSV(B) | 156.97º | 0.78% | 0.93% | - |
| XYZ | 38.58 | 64.05 | 46.41 | - |
| YUV | 173.59 | 123.71 | 41.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 237 | 166 | 0.78 | 0 | 0.30 | 0.07 | 156.97 | 0.84 | 0.57 |
| Hex | 34 | ED | A6 | 4E | 0 | 1E | 7 | 9D | 54 | 39 |
| Octal | 64 | 355 | 246 | 116 | 0 | 36 | 7 | 235 | 124 | 71 |
| Binary | 110100 | 11101101 | 10100110 | 1001110 | 0 | 11110 | 111 | 10011101 | 1010100 | 111001 |
Color Harmonies of #34EDA6
Complementary color
Monochromatic Colors of #34EDA6
Black with #34EDA6
Text Example
Text Example
White with #34EDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EDA6; }
p { color: rgb(52,237,166); }
H1.HeaderClassName
{
color: #34EDA6;
}
.AnyTagClassName
{
color: #34EDA6;
}
</style>
background-color css
<style>
a { background-color: #34EDA6; }
a { background-color: rgb(52,237,166); }
div.DivClassName
{
background-color: #34EDA6;
}
.BgClassName
{
background-color: #34EDA6;
}
</style>
border-color css
<style>
span { border-color: #34EDA6; }
span { border-color: rgb(52,237,166); }
td.TdClassName
{
border-color: #34EDA6;
}
.TagClassName
{
border-color: #34EDA6;
}
</style>