#2EAE9D

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

Shades of Light Sea Green #2EAE9D

Tints of Light Sea Green #2EAE9D

Color information

#2EAE9D (or 0x2EAE9D) is unknown color: approx Light Sea Green. HEX triplet: 2E, AE and 9D. RGB value is (46,174,157). Sum of RGB (Red+Green+Blue) = 46+174+157=377 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.20% from 377); Green value is 174 (68.36% from 255 or 46.15% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 174 - color contains mainly: green. Hex color #2EAE9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAE9D is #D15162. Grayscale: #858585. Windows color (decimal): -13717859 or 10333742. OLE color: 10333742.

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

Color convert

RGB46174157-
CMYK0.7400.100.32
HSL172.03º58.18%43.14%-
HSV(B)172.03º73.56%68.24%-
XYZ22.3533.2937.15-
YUV133.79141.0965.38-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.20%
GREEN value IS 174 (68.36% from 255) = 46.15%
BLUE value IS 157 (61.72% from 255) = 41.64%
R=12.20%
G=46.15%
B=41.64%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal461741570.7400.100.32172.0358.1843.14
Hex2EAE9D4A0A20ac3a2b
Octal56256235112012402547253
Binary101110101011101001110110010100101010000010101100111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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