#2EA8AE

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

Shades of Light Sea Green #2EA8AE

Tints of Light Sea Green #2EA8AE

Color information

#2EA8AE (or 0x2EA8AE) is unknown color: approx Light Sea Green. HEX triplet: 2E, A8 and AE. RGB value is (46,168,174). Sum of RGB (Red+Green+Blue) = 46+168+174=388 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.86% from 388); Green value is 168 (66.02% from 255 or 43.30% from 388); Blue value is 174 (68.36% from 255 or 44.85% from 388); Max value from RGB is 174 - color contains mainly: blue. Hex color #2EA8AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA8AE is #D15751. Grayscale: #848484. Windows color (decimal): -13719378 or 11446318. OLE color: 11446318.

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

Color convert

RGB46168174-
CMYK0.740.0300.32
HSL182.81º58.18%43.14%-
HSV(B)182.81º73.56%68.24%-
XYZ22.7731.6444.95-
YUV132.21151.5866.51-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.86%
GREEN value IS 168 (66.02% from 255) = 43.30%
BLUE value IS 174 (68.36% from 255) = 44.85%
R=11.86%
G=43.30%
B=44.85%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal461681740.740.0300.32182.8158.1843.14
Hex2EA8AE4A3020b73a2b
Octal5625025611230402677253
Binary1011101010100010101110100101011010000010110111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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