#2EB1A2

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

Shades of Light Sea Green #2EB1A2

Tints of Light Sea Green #2EB1A2

Color information

#2EB1A2 (or 0x2EB1A2) is unknown color: approx Light Sea Green. HEX triplet: 2E, B1 and A2. RGB value is (46,177,162). Sum of RGB (Red+Green+Blue) = 46+177+162=385 (50% of max value = 765). Red value is 46 (18.36% from 255 or 11.95% from 385); Green value is 177 (69.53% from 255 or 45.97% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 177 - color contains mainly: green. Hex color #2EB1A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EB1A2 is #D14E5D. Grayscale: #888888. Windows color (decimal): -13717086 or 10662190. OLE color: 10662190.

HSL color Cylindrical-coordinate representation of color #2EB1A2: hue angle of 173.13º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB1A2 is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB46177162-
CMYK0.7400.080.31
HSL173.13º58.74%43.73%-
HSV(B)173.13º74.01%69.41%-
XYZ23.3734.6339.64-
YUV136.12142.663.72-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.95%
GREEN value IS 177 (69.53% from 255) = 45.97%
BLUE value IS 162 (63.67% from 255) = 42.08%
R=11.95%
G=45.97%
B=42.08%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal461771620.7400.080.31173.1358.7443.73
Hex2EB1A24A081Fad3b2c
Octal56261242112010372557354
Binary10111010110001101000101001010010001111110101101111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB1A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,177,162); }

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

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

 a { background-color: rgb(46,177,162); }

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

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

 span { border-color: rgb(46,177,162); }

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