#2EAAA5

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

Shades of Light Sea Green #2EAAA5

Tints of Light Sea Green #2EAAA5

Color information

#2EAAA5 (or 0x2EAAA5) is unknown color: approx Light Sea Green. HEX triplet: 2E, AA and A5. RGB value is (46,170,165). Sum of RGB (Red+Green+Blue) = 46+170+165=381 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.07% from 381); Green value is 170 (66.80% from 255 or 44.62% from 381); Blue value is 165 (64.84% from 255 or 43.31% from 381); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAAA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAAA5 is #D1555A. Grayscale: #848484. Windows color (decimal): -13718875 or 10857006. OLE color: 10857006.

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

Color convert

RGB46170165-
CMYK0.7300.030.33
HSL177.58º57.41%42.35%-
HSV(B)177.58º72.94%66.67%-
XYZ22.2932.0540.61-
YUV132.35146.4266.41-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.07%
GREEN value IS 170 (66.80% from 255) = 44.62%
BLUE value IS 165 (64.84% from 255) = 43.31%
R=12.07%
G=44.62%
B=43.31%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal461701650.7300.030.33177.5857.4142.35
Hex2EAAA5490321b2392a
Octal5625224511103412627152
Binary1011101010101010100101100100101110000110110010111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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