#2EB69E

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

Shades of Light Sea Green #2EB69E

Tints of Light Sea Green #2EB69E

Color information

#2EB69E (or 0x2EB69E) is unknown color: approx Light Sea Green. HEX triplet: 2E, B6 and 9E. RGB value is (46,182,158). Sum of RGB (Red+Green+Blue) = 46+182+158=386 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.92% from 386); Green value is 182 (71.48% from 255 or 47.15% from 386); Blue value is 158 (62.11% from 255 or 40.93% from 386); Max value from RGB is 182 - color contains mainly: green. Hex color #2EB69E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EB69E is #D14961. Grayscale: #8A8A8A. Windows color (decimal): -13715810 or 10401326. OLE color: 10401326.

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

Color convert

RGB46182158-
CMYK0.7500.130.29
HSL169.41º59.65%44.71%-
HSV(B)169.41º74.73%71.37%-
XYZ24.0336.5138.13-
YUV138.6138.9461.95-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.92%
GREEN value IS 182 (71.48% from 255) = 47.15%
BLUE value IS 158 (62.11% from 255) = 40.93%
R=11.92%
G=47.15%
B=40.93%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal461821580.7500.130.29169.4159.6544.71
Hex2EB69E4B0D1Da93c2d
Octal56266236113015352517455
Binary10111010110110100111101001011011011110110101001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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