#2EAA9E

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

Shades of Light Sea Green #2EAA9E

Tints of Light Sea Green #2EAA9E

Color information

#2EAA9E (or 0x2EAA9E) is unknown color: approx Light Sea Green. HEX triplet: 2E, AA and 9E. RGB value is (46,170,158). Sum of RGB (Red+Green+Blue) = 46+170+158=374 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.30% from 374); Green value is 170 (66.80% from 255 or 45.45% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAA9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAA9E is #D15561. Grayscale: #838383. Windows color (decimal): -13718882 or 10398254. OLE color: 10398254.

HSL color Cylindrical-coordinate representation of color #2EAA9E: hue angle of 174.19º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EAA9E is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB46170158-
CMYK0.7300.070.33
HSL174.19º57.41%42.35%-
HSV(B)174.19º72.94%66.67%-
XYZ21.6731.837.34-
YUV131.56142.9266.98-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.30%
GREEN value IS 170 (66.80% from 255) = 45.45%
BLUE value IS 158 (62.11% from 255) = 42.25%
R=12.30%
G=45.45%
B=42.25%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal461701580.7300.070.33174.1957.4142.35
Hex2EAA9E490721ae392a
Octal5625223611107412567152
Binary10111010101010100111101001001011110000110101110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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