Html Css Color HEX #2EC1A6 Shamrock

📋 copy color: '#2EC1A6'

red 46 ◦ green 193 ◦ blue 166

#2EC1A6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock #2EC1A6

Tints of Shamrock #2EC1A6

RGB

 RED value IS 46 (18.36% from 255) = 11.36%

 GREEN value IS 193 (75.78% from 255) = 47.65%

 BLUE value IS 166 (65.23% from 255) = 40.99%

R = 11.36%
G = 47.65%
B = 40.99%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#2EC1A6 (or 0x2EC1A6) is known color: Shamrock. HEX triplet: 2E, C1 and A6. RGB value is (46,193,166). Sum of RGB (Red+Green+Blue) = 46+193+166=405 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.36% from 405); Green value is 193 (75.78% from 255 or 47.65% from 405); Blue value is 166 (65.23% from 255 or 40.99% from 405); Max value from RGB is 193 - color contains mainly: green. Hex color #2EC1A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC1A6 is #D13E59. Grayscale: #919191. Windows color (decimal): -13712986 or 10928430. OLE color: 10928430.

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

Color convert

RGB 46 193 166 -
CMYK 0.76 0 0.14 0.24
HSL 168.98º 0.62% 0.47% -
HSV(B) 168.98º 0.76% 0.76% -
XYZ 27.08 41.47 42.65 -
YUV 145.97 139.3 56.7 -
System Red Green Blue C M Y K H S L
Decimal 46 193 166 0.76 0 0.14 0.24 168.98 0.62 0.47
Hex 2E C1 A6 4C 0 E 18 A9 3E 2F
Octal 56 301 246 114 0 16 30 251 76 57
Binary 101110 11000001 10100110 1001100 0 1110 11000 10101001 111110 101111

Color Harmonies of #2EC1A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC1A6

Black with #2EC1A6

Text Example


Text Example

White with #2EC1A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2EC1A6;
 }
 .AnyTagClassName
 {
   color: #2EC1A6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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