Shades of Shamrock #34EDA8
Tints of Shamrock #34EDA8
RGB
CMYK
RGB Variations
Color information
#34EDA8 (or 0x34EDA8) is known color: Shamrock. HEX triplet: 34, ED and A8. RGB value is (52,237,168). Sum of RGB (Red+Green+Blue) = 52+237+168=457 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.38% from 457); Green value is 237 (92.97% from 255 or 51.86% from 457); Blue value is 168 (66.02% from 255 or 36.76% from 457); Max value from RGB is 237 - color contains mainly: green. Hex color #34EDA8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #34EDA8 is #CB1257. Grayscale: #ADADAD. Windows color (decimal): -13308504 or 11070772. OLE color: 11070772.
HSL color Cylindrical-coordinate representation of color #34EDA8: hue angle of 157.62º 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 #34EDA8 is Cyan = 0.78, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
RGB | 52 | 237 | 168 | - |
CMYK | 0.78 | 0 | 0.29 | 0.07 |
HSL | 157.62º | 0.84% | 0.57% | - |
HSV(B) | 157.62º | 0.78% | 0.93% | - |
XYZ | 38.77 | 64.13 | 47.38 | - |
YUV | 173.82 | 124.71 | 41.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 52 | 237 | 168 | 0.78 | 0 | 0.29 | 0.07 | 157.62 | 0.84 | 0.57 |
Hex | 34 | ED | A8 | 4E | 0 | 1D | 7 | 9E | 54 | 39 |
Octal | 64 | 355 | 250 | 116 | 0 | 35 | 7 | 236 | 124 | 71 |
Binary | 110100 | 11101101 | 10101000 | 1001110 | 0 | 11101 | 111 | 10011110 | 1010100 | 111001 |
Color Harmonies of #34EDA8
Complementary color
Monochromatic Colors of #34EDA8
Black with #34EDA8
Text Example
Text Example
White with #34EDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EDA8; }
p { color: rgb(52,237,168); }
H1.HeaderClassName
{
color: #34EDA8;
}
.AnyTagClassName
{
color: #34EDA8;
}
</style>
background-color css
<style>
a { background-color: #34EDA8; }
a { background-color: rgb(52,237,168); }
div.DivClassName
{
background-color: #34EDA8;
}
.BgClassName
{
background-color: #34EDA8;
}
</style>
border-color css
<style>
span { border-color: #34EDA8; }
span { border-color: rgb(52,237,168); }
td.TdClassName
{
border-color: #34EDA8;
}
.TagClassName
{
border-color: #34EDA8;
}
</style>