#2EC2AA

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

Shades of Light Sea Green #2EC2AA

Tints of Light Sea Green #2EC2AA

Color information

#2EC2AA (or 0x2EC2AA) is unknown color: approx Light Sea Green. HEX triplet: 2E, C2 and AA. RGB value is (46,194,170). Sum of RGB (Red+Green+Blue) = 46+194+170=410 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.22% from 410); Green value is 194 (76.17% from 255 or 47.32% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 194 - color contains mainly: green. Hex color #2EC2AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC2AA is #D13D55. Grayscale: #929292. Windows color (decimal): -13712726 or 11190830. OLE color: 11190830.

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

Color convert

RGB46194170-
CMYK0.7600.120.24
HSL170.27º61.67%47.06%-
HSV(B)170.27º76.29%76.08%-
XYZ27.6742.0744.69-
YUV147.01140.9755.95-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.22%
GREEN value IS 194 (76.17% from 255) = 47.32%
BLUE value IS 170 (66.80% from 255) = 41.46%
R=11.22%
G=47.32%
B=41.46%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal461941700.7600.120.24170.2761.6747.06
Hex2EC2AA4C0C18aa3e2f
Octal56302252114014302527657
Binary10111011000010101010101001100011001100010101010111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,194,170); }

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

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

 a { background-color: rgb(46,194,170); }

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

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

 span { border-color: rgb(46,194,170); }

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