#3ED0A4

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

Shades of Shamrock #3ED0A4

Tints of Shamrock #3ED0A4

Color information

#3ED0A4 (or 0x3ED0A4) is unknown color: approx Shamrock. HEX triplet: 3E, D0 and A4. RGB value is (62,208,164). Sum of RGB (Red+Green+Blue) = 62+208+164=434 (57% of max value = 765). Red value is 62 (24.61% from 255 or 14.29% from 434); Green value is 208 (81.64% from 255 or 47.93% from 434); Blue value is 164 (64.45% from 255 or 37.79% from 434); Max value from RGB is 208 - color contains mainly: green. Hex color #3ED0A4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ED0A4 is #C12F5B. Grayscale: #9F9F9F. Windows color (decimal): -12660572 or 10801214. OLE color: 10801214.

HSL color Cylindrical-coordinate representation of color #3ED0A4: hue angle of 161.92º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ED0A4 is Cyan = 0.70, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB62208164-
CMYK0.7000.210.18
HSL161.92º60.83%52.94%-
HSV(B)161.92º70.19%81.57%-
XYZ31.2448.8242.9-
YUV159.33130.6358.58-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 14.29%
GREEN value IS 208 (81.64% from 255) = 47.93%
BLUE value IS 164 (64.45% from 255) = 37.79%
R=14.29%
G=47.93%
B=37.79%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal622081640.7000.210.18161.9260.8352.94
Hex3ED0A44601512a23d35
Octal76320244106025222427565
Binary111110110100001010010010001100101011001010100010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ED0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,208,164); }

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

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

 a { background-color: rgb(62,208,164); }

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

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

 span { border-color: rgb(62,208,164); }

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