#2EB1A6

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

Shades of Light Sea Green #2EB1A6

Tints of Light Sea Green #2EB1A6

Color information

#2EB1A6 (or 0x2EB1A6) is unknown color: approx Light Sea Green. HEX triplet: 2E, B1 and A6. RGB value is (46,177,166). Sum of RGB (Red+Green+Blue) = 46+177+166=389 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.83% from 389); Green value is 177 (69.53% from 255 or 45.50% from 389); Blue value is 166 (65.23% from 255 or 42.67% from 389); Max value from RGB is 177 - color contains mainly: green. Hex color #2EB1A6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EB1A6 is #D14E59. Grayscale: #888888. Windows color (decimal): -13717082 or 10924334. OLE color: 10924334.

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

Color convert

RGB46177166-
CMYK0.7400.060.31
HSL174.96º58.74%43.73%-
HSV(B)174.96º74.01%69.41%-
XYZ23.7334.7841.54-
YUV136.58144.663.39-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.83%
GREEN value IS 177 (69.53% from 255) = 45.50%
BLUE value IS 166 (65.23% from 255) = 42.67%
R=11.83%
G=45.50%
B=42.67%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal461771660.7400.060.31174.9658.7443.73
Hex2EB1A64A061Faf3b2c
Octal5626124611206372577354
Binary1011101011000110100110100101001101111110101111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB1A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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