#2EB29D

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

Shades of Light Sea Green #2EB29D

Tints of Light Sea Green #2EB29D

Color information

#2EB29D (or 0x2EB29D) is unknown color: approx Light Sea Green. HEX triplet: 2E, B2 and 9D. RGB value is (46,178,157). Sum of RGB (Red+Green+Blue) = 46+178+157=381 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.07% from 381); Green value is 178 (69.92% from 255 or 46.72% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 178 - color contains mainly: green. Hex color #2EB29D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EB29D is #D14D62. Grayscale: #888888. Windows color (decimal): -13716835 or 10334766. OLE color: 10334766.

HSL color Cylindrical-coordinate representation of color #2EB29D: hue angle of 170.45º 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 #2EB29D is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB46178157-
CMYK0.7400.120.30
HSL170.45º58.93%43.92%-
HSV(B)170.45º74.16%69.8%-
XYZ23.1334.8637.41-
YUV136.14139.7763.71-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.07%
GREEN value IS 178 (69.92% from 255) = 46.72%
BLUE value IS 157 (61.72% from 255) = 41.21%
R=12.07%
G=46.72%
B=41.21%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal461781570.7400.120.30170.4558.9343.92
Hex2EB29D4A0C1Eaa3b2c
Octal56262235112014362527354
Binary10111010110010100111011001010011001111010101010111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,178,157); }

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

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

 a { background-color: rgb(46,178,157); }

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

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

 span { border-color: rgb(46,178,157); }

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