#3ED5AE

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

Shades of Shamrock #3ED5AE

Tints of Shamrock #3ED5AE

Color information

#3ED5AE (or 0x3ED5AE) is unknown color: approx Shamrock. HEX triplet: 3E, D5 and AE. RGB value is (62,213,174). Sum of RGB (Red+Green+Blue) = 62+213+174=449 (59% of max value = 765). Red value is 62 (24.61% from 255 or 13.81% from 449); Green value is 213 (83.59% from 255 or 47.44% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 213 - color contains mainly: green. Hex color #3ED5AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ED5AE is #C12A51. Grayscale: #A3A3A3. Windows color (decimal): -12659282 or 11457854. OLE color: 11457854.

HSL color Cylindrical-coordinate representation of color #3ED5AE: hue angle of 164.5º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ED5AE is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB62213174-
CMYK0.7100.180.16
HSL164.5º64.26%53.92%-
HSV(B)164.5º70.89%83.53%-
XYZ33.4251.6748.26-
YUV163.4133.9755.67-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 13.81%
GREEN value IS 213 (83.59% from 255) = 47.44%
BLUE value IS 174 (68.36% from 255) = 38.75%
R=13.81%
G=47.44%
B=38.75%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal622131740.7100.180.16164.564.2653.92
Hex3ED5AE4701210a54036
Octal763252561070222024510066
Binary1111101101010110101110100011101001010000101001011000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ED5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3ED5AE; }

 p { color: rgb(62,213,174); }

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

<style>
 a { background-color: #3ED5AE; }

 a { background-color: rgb(62,213,174); }

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

<style>
 span { border-color: #3ED5AE; }

 span { border-color: rgb(62,213,174); }

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