#2EC2A6

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

Shades of Shamrock #2EC2A6

Tints of Shamrock #2EC2A6

Color information

#2EC2A6 (or 0x2EC2A6) is unknown color: approx Shamrock. HEX triplet: 2E, C2 and A6. RGB value is (46,194,166). Sum of RGB (Red+Green+Blue) = 46+194+166=406 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.33% from 406); Green value is 194 (76.17% from 255 or 47.78% from 406); Blue value is 166 (65.23% from 255 or 40.89% from 406); Max value from RGB is 194 - color contains mainly: green. Hex color #2EC2A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC2A6 is #D13D59. Grayscale: #929292. Windows color (decimal): -13712730 or 10928686. OLE color: 10928686.

HSL color Cylindrical-coordinate representation of color #2EC2A6: hue angle of 168.65º 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 #2EC2A6 is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB46194166-
CMYK0.7600.140.24
HSL168.65º61.67%47.06%-
HSV(B)168.65º76.29%76.08%-
XYZ27.341.9242.73-
YUV146.56138.9756.28-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.33%
GREEN value IS 194 (76.17% from 255) = 47.78%
BLUE value IS 166 (65.23% from 255) = 40.89%
R=11.33%
G=47.78%
B=40.89%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal461941660.7600.140.24168.6561.6747.06
Hex2EC2A64C0E18a93e2f
Octal56302246114016302517657
Binary10111011000010101001101001100011101100010101001111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC2A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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