#2EAEAC

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

Shades of Light Sea Green #2EAEAC

Tints of Light Sea Green #2EAEAC

Color information

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

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

Color convert

RGB46174172-
CMYK0.7400.010.32
HSL179.06º58.18%43.14%-
HSV(B)179.06º73.56%68.24%-
XYZ23.7133.8344.31-
YUV135.5148.5964.16-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal461741720.7400.010.32179.0658.1843.14
Hex2EAEAC4A0120b33a2b
Octal5625625411201402637253
Binary101110101011101010110010010100110000010110011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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