#2EC5A5

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

Shades of Shamrock #2EC5A5

Tints of Shamrock #2EC5A5

Color information

#2EC5A5 (or 0x2EC5A5) is unknown color: approx Shamrock. HEX triplet: 2E, C5 and A5. RGB value is (46,197,165). Sum of RGB (Red+Green+Blue) = 46+197+165=408 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.27% from 408); Green value is 197 (77.34% from 255 or 48.28% from 408); Blue value is 165 (64.84% from 255 or 40.44% from 408); Max value from RGB is 197 - color contains mainly: green. Hex color #2EC5A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC5A5 is #D13A5A. Grayscale: #949494. Windows color (decimal): -13711963 or 10863918. OLE color: 10863918.

HSL color Cylindrical-coordinate representation of color #2EC5A5: hue angle of 167.28º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC5A5 is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB46197165-
CMYK0.7700.160.23
HSL167.28º62.14%47.65%-
HSV(B)167.28º76.65%77.25%-
XYZ27.8843.2342.47-
YUV148.2137.4755.1-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.27%
GREEN value IS 197 (77.34% from 255) = 48.28%
BLUE value IS 165 (64.84% from 255) = 40.44%
R=11.27%
G=48.28%
B=40.44%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal461971650.7700.160.23167.2862.1447.65
Hex2EC5A54D01017a73e30
Octal56305245115020272477660
Binary101110110001011010010110011010100001011110100111111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC5A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,197,165); }

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

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

 a { background-color: rgb(46,197,165); }

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

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

 span { border-color: rgb(46,197,165); }

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