#2eb6a0

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

Shades of Light Sea Green #2EB6A0

Tints of Light Sea Green #2EB6A0

Color information

#2EB6A0 (or 0x2EB6A0) is unknown color: approx Light Sea Green. HEX triplet: 2E, B6 and A0. RGB value is (46,182,160). Sum of RGB (Red+Green+Blue) = 46+182+160=388 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.86% from 388); Green value is 182 (71.48% from 255 or 46.91% from 388); Blue value is 160 (62.89% from 255 or 41.24% from 388); Max value from RGB is 182 - color contains mainly: green. Hex color #2EB6A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EB6A0 is #D1495F. Grayscale: #8A8A8A. Windows color (decimal): -13715808 or 10532398. OLE color: 10532398.

HSL color Cylindrical-coordinate representation of color #2EB6A0: hue angle of 170.29º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB6A0 is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB46182160-
CMYK0.7500.120.29
HSL170.29º59.65%44.71%-
HSV(B)170.29º74.73%71.37%-
XYZ24.236.5739.04-
YUV138.83139.9461.79-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.86%
GREEN value IS 182 (71.48% from 255) = 46.91%
BLUE value IS 160 (62.89% from 255) = 41.24%
R=11.86%
G=46.91%
B=41.24%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal461821600.7500.120.29170.2959.6544.71
Hex2EB6A04B0C1Daa3c2d
Octal56266240113014352527455
Binary10111010110110101000001001011011001110110101010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2eb6a0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,182,160); }

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

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

 a { background-color: rgb(46,182,160); }

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

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

 span { border-color: rgb(46,182,160); }

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