#2EC3A6

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

Shades of Shamrock #2EC3A6

Tints of Shamrock #2EC3A6

Color information

#2EC3A6 (or 0x2EC3A6) is unknown color: approx Shamrock. HEX triplet: 2E, C3 and A6. RGB value is (46,195,166). Sum of RGB (Red+Green+Blue) = 46+195+166=407 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.30% from 407); Green value is 195 (76.56% from 255 or 47.91% from 407); Blue value is 166 (65.23% from 255 or 40.79% from 407); Max value from RGB is 195 - color contains mainly: green. Hex color #2EC3A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC3A6 is #D13C59. Grayscale: #939393. Windows color (decimal): -13712474 or 10928942. OLE color: 10928942.

HSL color Cylindrical-coordinate representation of color #2EC3A6: hue angle of 168.32º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC3A6 is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB46195166-
CMYK0.7600.150.24
HSL168.32º61.83%47.25%-
HSV(B)168.32º76.41%76.47%-
XYZ27.5242.3642.8-
YUV147.14138.6455.86-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.30%
GREEN value IS 195 (76.56% from 255) = 47.91%
BLUE value IS 166 (65.23% from 255) = 40.79%
R=11.30%
G=47.91%
B=40.79%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal461951660.7600.150.24168.3261.8347.25
Hex2EC3A64C0F18a83e2f
Octal56303246114017302507657
Binary10111011000011101001101001100011111100010101000111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC3A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2EC3A6; }

 p { color: rgb(46,195,166); }

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

<style>
 a { background-color: #2EC3A6; }

 a { background-color: rgb(46,195,166); }

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

<style>
 span { border-color: #2EC3A6; }

 span { border-color: rgb(46,195,166); }

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