#2EA9A0

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

Shades of Light Sea Green #2EA9A0

Tints of Light Sea Green #2EA9A0

Color information

#2EA9A0 (or 0x2EA9A0) is unknown color: approx Light Sea Green. HEX triplet: 2E, A9 and A0. RGB value is (46,169,160). Sum of RGB (Red+Green+Blue) = 46+169+160=375 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.27% from 375); Green value is 169 (66.41% from 255 or 45.07% from 375); Blue value is 160 (62.89% from 255 or 42.67% from 375); Max value from RGB is 169 - color contains mainly: green. Hex color #2EA9A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA9A0 is #D1565F. Grayscale: #838383. Windows color (decimal): -13719136 or 10529070. OLE color: 10529070.

HSL color Cylindrical-coordinate representation of color #2EA9A0: hue angle of 175.61º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EA9A0 is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB46169160-
CMYK0.7300.050.34
HSL175.61º57.21%42.16%-
HSV(B)175.61º72.78%66.27%-
XYZ21.6631.4938.2-
YUV131.2144.2567.23-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.27%
GREEN value IS 169 (66.41% from 255) = 45.07%
BLUE value IS 160 (62.89% from 255) = 42.67%
R=12.27%
G=45.07%
B=42.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal461691600.7300.050.34175.6157.2142.16
Hex2EA9A0490522b0392a
Octal5625124011105422607152
Binary10111010101001101000001001001010110001010110000111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,169,160); }

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

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

 a { background-color: rgb(46,169,160); }

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

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

 span { border-color: rgb(46,169,160); }

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