#3ECFA0

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

Shades of Shamrock #3ECFA0

Tints of Shamrock #3ECFA0

Color information

#3ECFA0 (or 0x3ECFA0) is unknown color: approx Shamrock. HEX triplet: 3E, CF and A0. RGB value is (62,207,160). Sum of RGB (Red+Green+Blue) = 62+207+160=429 (56% of max value = 765). Red value is 62 (24.61% from 255 or 14.45% from 429); Green value is 207 (81.25% from 255 or 48.25% from 429); Blue value is 160 (62.89% from 255 or 37.30% from 429); Max value from RGB is 207 - color contains mainly: green. Hex color #3ECFA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ECFA0 is #C1305F. Grayscale: #9E9E9E. Windows color (decimal): -12660832 or 10538814. OLE color: 10538814.

HSL color Cylindrical-coordinate representation of color #3ECFA0: hue angle of 160.55º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ECFA0 is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB62207160-
CMYK0.7000.230.19
HSL160.55º60.17%52.75%-
HSV(B)160.55º70.05%81.18%-
XYZ30.6448.1940.94-
YUV158.29128.9659.32-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 14.45%
GREEN value IS 207 (81.25% from 255) = 48.25%
BLUE value IS 160 (62.89% from 255) = 37.30%
R=14.45%
G=48.25%
B=37.30%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal622071600.7000.230.19160.5560.1752.75
Hex3ECFA04601713a13c35
Octal76317240106027232417465
Binary111110110011111010000010001100101111001110100001111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ECFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,207,160); }

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

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

 a { background-color: rgb(62,207,160); }

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

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

 span { border-color: rgb(62,207,160); }

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