#2EB6AB

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

Shades of Light Sea Green #2EB6AB

Tints of Light Sea Green #2EB6AB

Color information

#2EB6AB (or 0x2EB6AB) is unknown color: approx Light Sea Green. HEX triplet: 2E, B6 and AB. RGB value is (46,182,171). Sum of RGB (Red+Green+Blue) = 46+182+171=399 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.53% from 399); Green value is 182 (71.48% from 255 or 45.61% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 182 - color contains mainly: green. Hex color #2EB6AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EB6AB is #D14954. Grayscale: #8B8B8B. Windows color (decimal): -13715797 or 11253294. OLE color: 11253294.

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

Color convert

RGB46182171-
CMYK0.7500.060.29
HSL175.15º59.65%44.71%-
HSV(B)175.15º74.73%71.37%-
XYZ25.2136.9844.34-
YUV140.08145.4460.89-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.53%
GREEN value IS 182 (71.48% from 255) = 45.61%
BLUE value IS 171 (67.19% from 255) = 42.86%
R=11.53%
G=45.61%
B=42.86%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal461821710.7500.060.29175.1559.6544.71
Hex2EB6AB4B061Daf3c2d
Octal5626625311306352577455
Binary1011101011011010101011100101101101110110101111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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