#34EDAE

Color #34EDAE Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #34EDAE

Tints of Shamrock #34EDAE

Color information

#34EDAE (or 0x34EDAE) is unknown color: approx Shamrock. HEX triplet: 34, ED and AE. RGB value is (52,237,174). Sum of RGB (Red+Green+Blue) = 52+237+174=463 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.23% from 463); Green value is 237 (92.97% from 255 or 51.19% from 463); Blue value is 174 (68.36% from 255 or 37.58% from 463); Max value from RGB is 237 - color contains mainly: green. Hex color #34EDAE is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #34EDAE is #CB1251. Grayscale: #AEAEAE. Windows color (decimal): -13308498 or 11463988. OLE color: 11463988.

HSL color Cylindrical-coordinate representation of color #34EDAE: hue angle of 159.57º 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 #34EDAE is Cyan = 0.78, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB52237174-
CMYK0.7800.270.07
HSL159.57º83.71%56.67%-
HSV(B)159.57º78.06%92.94%-
XYZ39.3464.3550.39-
YUV174.5127.7140.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 11.23%
GREEN value IS 237 (92.97% from 255) = 51.19%
BLUE value IS 174 (68.36% from 255) = 37.58%
R=11.23%
G=51.19%
B=37.58%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal522371740.7800.270.07159.5783.7156.67
Hex34EDAE4E01B7a05439
Octal64355256116033724012471
Binary11010011101101101011101001110011011111101000001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34EDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34EDAE; }

 p { color: rgb(52,237,174); }

 H1.HeaderClassName
 {
   color: #34EDAE;
 }
 .AnyTagClassName
 {
   color: #34EDAE;
 }
</style>
background-color css

<style>
 a { background-color: #34EDAE; }

 a { background-color: rgb(52,237,174); }

 div.DivClassName
 {
   background-color: #34EDAE;
 }
 .BgClassName
 {
   background-color: #34EDAE;
 }
</style>
border-color css

<style>
 span { border-color: #34EDAE; }

 span { border-color: rgb(52,237,174); }

 td.TdClassName
 {
   border-color: #34EDAE;
 }
 .TagClassName
 {
   border-color: #34EDAE;
 }
</style>