#2EB1A3

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

Shades of Light Sea Green #2EB1A3

Tints of Light Sea Green #2EB1A3

Color information

#2EB1A3 (or 0x2EB1A3) is unknown color: approx Light Sea Green. HEX triplet: 2E, B1 and A3. RGB value is (46,177,163). Sum of RGB (Red+Green+Blue) = 46+177+163=386 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.92% from 386); Green value is 177 (69.53% from 255 or 45.85% from 386); Blue value is 163 (64.06% from 255 or 42.23% from 386); Max value from RGB is 177 - color contains mainly: green. Hex color #2EB1A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EB1A3 is #D14E5C. Grayscale: #888888. Windows color (decimal): -13717085 or 10727726. OLE color: 10727726.

HSL color Cylindrical-coordinate representation of color #2EB1A3: hue angle of 173.59º 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 #2EB1A3 is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB46177163-
CMYK0.7400.080.31
HSL173.59º58.74%43.73%-
HSV(B)173.59º74.01%69.41%-
XYZ23.4634.6740.11-
YUV136.24143.163.64-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.92%
GREEN value IS 177 (69.53% from 255) = 45.85%
BLUE value IS 163 (64.06% from 255) = 42.23%
R=11.92%
G=45.85%
B=42.23%

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
Decimal461771630.7400.080.31173.5958.7443.73
Hex2EB1A34A081Fae3b2c
Octal56261243112010372567354
Binary10111010110001101000111001010010001111110101110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB1A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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