#2EACAE

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

Shades of Light Sea Green #2EACAE

Tints of Light Sea Green #2EACAE

Color information

#2EACAE (or 0x2EACAE) is unknown color: approx Light Sea Green. HEX triplet: 2E, AC and AE. RGB value is (46,172,174). Sum of RGB (Red+Green+Blue) = 46+172+174=392 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.73% from 392); Green value is 172 (67.58% from 255 or 43.88% from 392); Blue value is 174 (68.36% from 255 or 44.39% from 392); Max value from RGB is 174 - color contains mainly: blue. Hex color #2EACAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EACAE is #D15351. Grayscale: #868686. Windows color (decimal): -13718354 or 11447342. OLE color: 11447342.

HSL color Cylindrical-coordinate representation of color #2EACAE: hue angle of 180.94º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EACAE is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB46172174-
CMYK0.740.0100.32
HSL180.94º58.18%43.14%-
HSV(B)180.94º73.56%68.24%-
XYZ23.5233.1445.2-
YUV134.55150.2664.84-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.73%
GREEN value IS 172 (67.58% from 255) = 43.88%
BLUE value IS 174 (68.36% from 255) = 44.39%
R=11.73%
G=43.88%
B=44.39%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal461721740.740.0100.32180.9458.1843.14
Hex2EACAE4A1020b53a2b
Octal5625425611210402657253
Binary101110101011001010111010010101010000010110101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,172,174); }

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

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

 a { background-color: rgb(46,172,174); }

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

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

 span { border-color: rgb(46,172,174); }

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