#2EAEA1

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

Shades of Light Sea Green #2EAEA1

Tints of Light Sea Green #2EAEA1

Color information

#2EAEA1 (or 0x2EAEA1) is unknown color: approx Light Sea Green. HEX triplet: 2E, AE and A1. RGB value is (46,174,161). Sum of RGB (Red+Green+Blue) = 46+174+161=381 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.07% from 381); Green value is 174 (68.36% from 255 or 45.67% from 381); Blue value is 161 (63.28% from 255 or 42.26% from 381); Max value from RGB is 174 - color contains mainly: green. Hex color #2EAEA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAEA1 is #D1515E. Grayscale: #868686. Windows color (decimal): -13717855 or 10595886. OLE color: 10595886.

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

Color convert

RGB46174161-
CMYK0.7400.070.32
HSL173.91º58.18%43.14%-
HSV(B)173.91º73.56%68.24%-
XYZ22.733.4338.97-
YUV134.25143.0965.06-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.07%
GREEN value IS 174 (68.36% from 255) = 45.67%
BLUE value IS 161 (63.28% from 255) = 42.26%
R=12.07%
G=45.67%
B=42.26%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal461741610.7400.070.32173.9158.1843.14
Hex2EAEA14A0720ae3a2b
Octal5625624111207402567253
Binary10111010101110101000011001010011110000010101110111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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