#2EC0AD

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

Shades of Light Sea Green #2EC0AD

Tints of Light Sea Green #2EC0AD

Color information

#2EC0AD (or 0x2EC0AD) is unknown color: approx Light Sea Green. HEX triplet: 2E, C0 and AD. RGB value is (46,192,173). Sum of RGB (Red+Green+Blue) = 46+192+173=411 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.19% from 411); Green value is 192 (75.39% from 255 or 46.72% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 192 - color contains mainly: green. Hex color #2EC0AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC0AD is #D13F52. Grayscale: #929292. Windows color (decimal): -13713235 or 11386926. OLE color: 11386926.

HSL color Cylindrical-coordinate representation of color #2EC0AD: hue angle of 172.19º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC0AD is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB46192173-
CMYK0.7600.100.25
HSL172.19º61.34%46.67%-
HSV(B)172.19º76.04%75.29%-
XYZ27.5241.346.06-
YUV146.18143.1356.54-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.19%
GREEN value IS 192 (75.39% from 255) = 46.72%
BLUE value IS 173 (67.97% from 255) = 42.09%
R=11.19%
G=46.72%
B=42.09%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal461921730.7600.100.25172.1961.3446.67
Hex2EC0AD4C0A19ac3d2f
Octal56300255114012312547557
Binary10111011000000101011011001100010101100110101100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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