#2EC4AD

Color #2EC4AD Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #2EC4AD

Tints of Light Sea Green #2EC4AD

Color information

#2EC4AD (or 0x2EC4AD) is unknown color: approx Light Sea Green. HEX triplet: 2E, C4 and AD. RGB value is (46,196,173). Sum of RGB (Red+Green+Blue) = 46+196+173=415 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.08% from 415); Green value is 196 (76.95% from 255 or 47.23% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 196 - color contains mainly: green. Hex color #2EC4AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC4AD is #D13B52. Grayscale: #949494. Windows color (decimal): -13712211 or 11387950. OLE color: 11387950.

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

Color convert

RGB46196173-
CMYK0.7700.120.23
HSL170.8º61.98%47.45%-
HSV(B)170.8º76.53%76.86%-
XYZ28.4143.0846.35-
YUV148.53141.854.87-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.08%
GREEN value IS 196 (76.95% from 255) = 47.23%
BLUE value IS 173 (67.97% from 255) = 41.69%
R=11.08%
G=47.23%
B=41.69%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal461961730.7700.120.23170.861.9847.45
Hex2EC4AD4D0C17ab3e2f
Octal56304255115014272537657
Binary10111011000100101011011001101011001011110101011111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,196,173); }

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

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

 a { background-color: rgb(46,196,173); }

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

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

 span { border-color: rgb(46,196,173); }

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