#2EA89E

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

Shades of Light Sea Green #2EA89E

Tints of Light Sea Green #2EA89E

Color information

#2EA89E (or 0x2EA89E) is unknown color: approx Light Sea Green. HEX triplet: 2E, A8 and 9E. RGB value is (46,168,158). Sum of RGB (Red+Green+Blue) = 46+168+158=372 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.37% from 372); Green value is 168 (66.02% from 255 or 45.16% from 372); Blue value is 158 (62.11% from 255 or 42.47% from 372); Max value from RGB is 168 - color contains mainly: green. Hex color #2EA89E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA89E is #D15761. Grayscale: #828282. Windows color (decimal): -13719394 or 10397742. OLE color: 10397742.

HSL color Cylindrical-coordinate representation of color #2EA89E: hue angle of 175.08º 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 #2EA89E is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.34.

Color convert

RGB46168158-
CMYK0.7300.060.34
HSL175.08º57.01%41.96%-
HSV(B)175.08º72.62%65.88%-
XYZ21.331.0537.22-
YUV130.38143.5867.81-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.37%
GREEN value IS 168 (66.02% from 255) = 45.16%
BLUE value IS 158 (62.11% from 255) = 42.47%
R=12.37%
G=45.16%
B=42.47%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal461681580.7300.060.34175.0857.0141.96
Hex2EA89E490622af392a
Octal5625023611106422577152
Binary10111010101000100111101001001011010001010101111111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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