#2EA99F

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

Shades of Light Sea Green #2EA99F

Tints of Light Sea Green #2EA99F

Color information

#2EA99F (or 0x2EA99F) is unknown color: approx Light Sea Green. HEX triplet: 2E, A9 and 9F. RGB value is (46,169,159). Sum of RGB (Red+Green+Blue) = 46+169+159=374 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.30% from 374); Green value is 169 (66.41% from 255 or 45.19% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 169 - color contains mainly: green. Hex color #2EA99F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA99F is #D15660. Grayscale: #838383. Windows color (decimal): -13719137 or 10463534. OLE color: 10463534.

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

Color convert

RGB46169159-
CMYK0.7300.060.34
HSL175.12º57.21%42.16%-
HSV(B)175.12º72.78%66.27%-
XYZ21.5731.4637.74-
YUV131.08143.7567.31-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.30%
GREEN value IS 169 (66.41% from 255) = 45.19%
BLUE value IS 159 (62.5% from 255) = 42.51%
R=12.30%
G=45.19%
B=42.51%

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
Decimal461691590.7300.060.34175.1257.2142.16
Hex2EA99F490622af392a
Octal5625123711106422577152
Binary10111010101001100111111001001011010001010101111111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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