#2EB79E

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

Shades of Light Sea Green #2EB79E

Tints of Light Sea Green #2EB79E

Color information

#2EB79E (or 0x2EB79E) is unknown color: approx Light Sea Green. HEX triplet: 2E, B7 and 9E. RGB value is (46,183,158). Sum of RGB (Red+Green+Blue) = 46+183+158=387 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.89% from 387); Green value is 183 (71.88% from 255 or 47.29% from 387); Blue value is 158 (62.11% from 255 or 40.83% from 387); Max value from RGB is 183 - color contains mainly: green. Hex color #2EB79E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EB79E is #D14861. Grayscale: #8B8B8B. Windows color (decimal): -13715554 or 10401582. OLE color: 10401582.

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

Color convert

RGB46183158-
CMYK0.7500.140.28
HSL169.05º59.83%44.9%-
HSV(B)169.05º74.86%71.76%-
XYZ24.2336.9238.2-
YUV139.19138.6161.53-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.89%
GREEN value IS 183 (71.88% from 255) = 47.29%
BLUE value IS 158 (62.11% from 255) = 40.83%
R=11.89%
G=47.29%
B=40.83%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal461831580.7500.140.28169.0559.8344.9
Hex2EB79E4B0E1Ca93c2d
Octal56267236113016342517455
Binary10111010110111100111101001011011101110010101001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,183,158); }

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

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

 a { background-color: rgb(46,183,158); }

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

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

 span { border-color: rgb(46,183,158); }

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