#2EA7A0

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

Shades of Light Sea Green #2EA7A0

Tints of Light Sea Green #2EA7A0

Color information

#2EA7A0 (or 0x2EA7A0) is unknown color: approx Light Sea Green. HEX triplet: 2E, A7 and A0. RGB value is (46,167,160). Sum of RGB (Red+Green+Blue) = 46+167+160=373 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.33% from 373); Green value is 167 (65.62% from 255 or 44.77% from 373); Blue value is 160 (62.89% from 255 or 42.90% from 373); Max value from RGB is 167 - color contains mainly: green. Hex color #2EA7A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA7A0 is #D1585F. Grayscale: #818181. Windows color (decimal): -13719648 or 10528558. OLE color: 10528558.

HSL color Cylindrical-coordinate representation of color #2EA7A0: hue angle of 176.53º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2EA7A0 is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB46167160-
CMYK0.7200.040.35
HSL176.53º56.81%41.76%-
HSV(B)176.53º72.46%65.49%-
XYZ21.2930.7638.07-
YUV130.02144.9168.07-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.33%
GREEN value IS 167 (65.62% from 255) = 44.77%
BLUE value IS 160 (62.89% from 255) = 42.90%
R=12.33%
G=44.77%
B=42.90%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal461671600.7200.040.35176.5356.8141.76
Hex2EA7A0480423b1392a
Octal5624724011004432617152
Binary10111010100111101000001001000010010001110110001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA7A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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