#2EBDA6

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

Shades of Light Sea Green #2EBDA6

Tints of Light Sea Green #2EBDA6

Color information

#2EBDA6 (or 0x2EBDA6) is unknown color: approx Light Sea Green. HEX triplet: 2E, BD and A6. RGB value is (46,189,166). Sum of RGB (Red+Green+Blue) = 46+189+166=401 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.47% from 401); Green value is 189 (74.22% from 255 or 47.13% from 401); Blue value is 166 (65.23% from 255 or 41.40% from 401); Max value from RGB is 189 - color contains mainly: green. Hex color #2EBDA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBDA6 is #D14259. Grayscale: #8F8F8F. Windows color (decimal): -13714010 or 10927406. OLE color: 10927406.

HSL color Cylindrical-coordinate representation of color #2EBDA6: hue angle of 170.35º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBDA6 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB46189166-
CMYK0.7600.120.26
HSL170.35º60.85%46.08%-
HSV(B)170.35º75.66%74.12%-
XYZ26.2139.7342.36-
YUV143.62140.6258.37-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.47%
GREEN value IS 189 (74.22% from 255) = 47.13%
BLUE value IS 166 (65.23% from 255) = 41.40%
R=11.47%
G=47.13%
B=41.40%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal461891660.7600.120.26170.3560.8546.08
Hex2EBDA64C0C1Aaa3d2e
Octal56275246114014322527556
Binary10111010111101101001101001100011001101010101010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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