#2EBAB6

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

Shades of Light Sea Green #2EBAB6

Tints of Light Sea Green #2EBAB6

Color information

#2EBAB6 (or 0x2EBAB6) is unknown color: approx Light Sea Green. HEX triplet: 2E, BA and B6. RGB value is (46,186,182). Sum of RGB (Red+Green+Blue) = 46+186+182=414 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.11% from 414); Green value is 186 (73.05% from 255 or 44.93% from 414); Blue value is 182 (71.48% from 255 or 43.96% from 414); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBAB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBAB6 is #D14549. Grayscale: #8F8F8F. Windows color (decimal): -13714762 or 11975214. OLE color: 11975214.

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

Color convert

RGB46186182-
CMYK0.7500.020.27
HSL178.29º60.34%45.49%-
HSV(B)178.29º75.27%72.94%-
XYZ27.1339.0850.37-
YUV143.68149.6258.33-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.11%
GREEN value IS 186 (73.05% from 255) = 44.93%
BLUE value IS 182 (71.48% from 255) = 43.96%
R=11.11%
G=44.93%
B=43.96%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal461861820.7500.020.27178.2960.3445.49
Hex2EBAB64B021Bb23c2d
Octal5627226611302332627455
Binary101110101110101011011010010110101101110110010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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