#2EB3A9

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

Shades of Light Sea Green #2EB3A9

Tints of Light Sea Green #2EB3A9

Color information

#2EB3A9 (or 0x2EB3A9) is unknown color: approx Light Sea Green. HEX triplet: 2E, B3 and A9. RGB value is (46,179,169). Sum of RGB (Red+Green+Blue) = 46+179+169=394 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.68% from 394); Green value is 179 (70.31% from 255 or 45.43% from 394); Blue value is 169 (66.41% from 255 or 42.89% from 394); Max value from RGB is 179 - color contains mainly: green. Hex color #2EB3A9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EB3A9 is #D14C56. Grayscale: #8A8A8A. Windows color (decimal): -13716567 or 11121454. OLE color: 11121454.

HSL color Cylindrical-coordinate representation of color #2EB3A9: hue angle of 175.49º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB3A9 is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB46179169-
CMYK0.7400.060.30
HSL175.49º59.11%44.12%-
HSV(B)175.49º74.3%70.2%-
XYZ24.4135.6943.14-
YUV138.09145.4462.31-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.68%
GREEN value IS 179 (70.31% from 255) = 45.43%
BLUE value IS 169 (66.41% from 255) = 42.89%
R=11.68%
G=45.43%
B=42.89%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal461791690.7400.060.30175.4959.1144.12
Hex2EB3A94A061Eaf3b2c
Octal5626325111206362577354
Binary1011101011001110101001100101001101111010101111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB3A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,179,169); }

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

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

 a { background-color: rgb(46,179,169); }

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

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

 span { border-color: rgb(46,179,169); }

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