Html Css Color HEX #2EACA1 Light Sea Green

📋 copy color: '#2EACA1'

red 46 ◦ green 172 ◦ blue 161

#2EACA1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #2EACA1

Tints of Light Sea Green #2EACA1

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 value IS 0.73

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#2EACA1 (or 0x2EACA1) is known color: 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

RGB 46 172 161 -
CMYK 0.73 0 0.06 0.33
HSL 174.76º 0.58% 0.43% -
HSV(B) 174.76º 0.73% 0.67% -
XYZ 22.31 32.66 38.85 -
YUV 133.07 143.76 65.89 -
System Red Green Blue C M Y K H S L
Decimal 46 172 161 0.73 0 0.06 0.33 174.76 0.58 0.43
Hex 2E AC A1 49 0 6 21 AF 3A 2B
Octal 56 254 241 111 0 6 41 257 72 53
Binary 101110 10101100 10100001 1001001 0 110 100001 10101111 111010 101011

Color Harmonies of #2EACA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EACA1

Black with #2EACA1

Text Example


Text Example

White with #2EACA1

Text Example


Text Example

HTML Codes & Css Web 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>