#2EBAA6

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

Shades of Light Sea Green #2EBAA6

Tints of Light Sea Green #2EBAA6

Color information

#2EBAA6 (or 0x2EBAA6) is unknown color: approx Light Sea Green. HEX triplet: 2E, BA and A6. RGB value is (46,186,166). Sum of RGB (Red+Green+Blue) = 46+186+166=398 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.56% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 166 (65.23% from 255 or 41.71% from 398); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBAA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBAA6 is #D14559. Grayscale: #8D8D8D. Windows color (decimal): -13714778 or 10926638. OLE color: 10926638.

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

Color convert

RGB46186166-
CMYK0.7500.110.27
HSL171.43º60.34%45.49%-
HSV(B)171.43º75.27%72.94%-
XYZ25.5738.4542.15-
YUV141.86141.6259.63-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.56%
GREEN value IS 186 (73.05% from 255) = 46.73%
BLUE value IS 166 (65.23% from 255) = 41.71%
R=11.56%
G=46.73%
B=41.71%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal461861660.7500.110.27171.4360.3445.49
Hex2EBAA64B0B1Bab3c2d
Octal56272246113013332537455
Binary10111010111010101001101001011010111101110101011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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