Html Css Color HEX #2EC5A0 Shamrock

📋 copy color: '#2EC5A0'

red 46 ◦ green 197 ◦ blue 160

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

Shades of Shamrock #2EC5A0

Tints of Shamrock #2EC5A0

RGB

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

 GREEN value IS 197 (77.34% from 255) = 48.88%

 BLUE value IS 160 (62.89% from 255) = 39.7%

R = 11.41%
G = 48.88%
B = 39.7%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#2EC5A0 (or 0x2EC5A0) is known color: Shamrock. HEX triplet: 2E, C5 and A0. RGB value is (46,197,160). Sum of RGB (Red+Green+Blue) = 46+197+160=403 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.41% from 403); Green value is 197 (77.34% from 255 or 48.88% from 403); Blue value is 160 (62.89% from 255 or 39.70% from 403); Max value from RGB is 197 - color contains mainly: green. Hex color #2EC5A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC5A0 is #D13A5F. Grayscale: #939393. Windows color (decimal): -13711968 or 10536238. OLE color: 10536238.

HSL color Cylindrical-coordinate representation of color #2EC5A0: hue angle of 165.3º 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 #2EC5A0 is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB 46 197 160 -
CMYK 0.77 0 0.19 0.23
HSL 165.3º 0.62% 0.48% -
HSV(B) 165.3º 0.77% 0.77% -
XYZ 27.44 43.05 40.12 -
YUV 147.63 134.97 55.51 -
System Red Green Blue C M Y K H S L
Decimal 46 197 160 0.77 0 0.19 0.23 165.3 0.62 0.48
Hex 2E C5 A0 4D 0 13 17 A5 3E 30
Octal 56 305 240 115 0 23 27 245 76 60
Binary 101110 11000101 10100000 1001101 0 10011 10111 10100101 111110 110000

Color Harmonies of #2EC5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC5A0

Black with #2EC5A0

Text Example


Text Example

White with #2EC5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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