#2EACA1

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

Shades of Light Sea Green #2EACA1

Tints of Light Sea Green #2EACA1

Color information

#2EACA1 (or 0x2EACA1) is unknown color: approx Light Sea Green. HEX triplet: 2E, AC and A1. RGB value is (46,172,161). Sum of RGB (Red+Green+Blue) = 46+172+161=379 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.14% from 379); Green value is 172 (67.58% from 255 or 45.38% from 379); Blue value is 161 (63.28% from 255 or 42.48% from 379); Max value from RGB is 172 - color contains mainly: green. Hex color #2EACA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EACA1 is #D1535E. Grayscale: #848484. Windows color (decimal): -13718367 or 10595374. OLE color: 10595374.

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

Color convert

RGB46172161-
CMYK0.7300.060.33
HSL174.76º57.8%42.75%-
HSV(B)174.76º73.26%67.45%-
XYZ22.3132.6638.85-
YUV133.07143.7665.89-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.14%
GREEN value IS 172 (67.58% from 255) = 45.38%
BLUE value IS 161 (63.28% from 255) = 42.48%
R=12.14%
G=45.38%
B=42.48%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal461721610.7300.060.33174.7657.842.75
Hex2EACA1490621af3a2b
Octal5625424111106412577253
Binary10111010101100101000011001001011010000110101111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EACA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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