#2EB6BA

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

Shades of Light Sea Green #2EB6BA

Tints of Light Sea Green #2EB6BA

Color information

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

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

Color convert

RGB46182186-
CMYK0.750.0200.27
HSL181.71º60.34%45.49%-
HSV(B)181.71º75.27%72.94%-
XYZ26.7237.5852.3-
YUV141.79152.9459.67-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal461821860.750.0200.27181.7160.3445.49
Hex2EB6BA4B201Bb63c2d
Octal5626627211320332667455
Binary101110101101101011101010010111001101110110110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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