Html Css Color HEX #2EACA5 Light Sea Green

📋 copy color: '#2EACA5'

red 46 ◦ green 172 ◦ blue 165

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

Shades of Light Sea Green #2EACA5

Tints of Light Sea Green #2EACA5

RGB

 RED value IS 46 (18.36% from 255) = 12.01%

 GREEN value IS 172 (67.58% from 255) = 44.91%

 BLUE value IS 165 (64.84% from 255) = 43.08%

R = 12.01%
G = 44.91%
B = 43.08%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#2EACA5 (or 0x2EACA5) is known color: Light Sea Green. HEX triplet: 2E, AC and A5. RGB value is (46,172,165). Sum of RGB (Red+Green+Blue) = 46+172+165=383 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.01% from 383); Green value is 172 (67.58% from 255 or 44.91% from 383); Blue value is 165 (64.84% from 255 or 43.08% from 383); Max value from RGB is 172 - color contains mainly: green. Hex color #2EACA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EACA5 is #D1535A. Grayscale: #858585. Windows color (decimal): -13718363 or 10857518. OLE color: 10857518.

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

Color convert

RGB 46 172 165 -
CMYK 0.73 0 0.04 0.33
HSL 176.67º 0.58% 0.43% -
HSV(B) 176.67º 0.73% 0.67% -
XYZ 22.67 32.8 40.73 -
YUV 133.53 145.76 65.57 -
System Red Green Blue C M Y K H S L
Decimal 46 172 165 0.73 0 0.04 0.33 176.67 0.58 0.43
Hex 2E AC A5 49 0 4 21 B1 3A 2B
Octal 56 254 245 111 0 4 41 261 72 53
Binary 101110 10101100 10100101 1001001 0 100 100001 10110001 111010 101011

Color Harmonies of #2EACA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EACA5

Black with #2EACA5

Text Example


Text Example

White with #2EACA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2EACA5;
 }
 .AnyTagClassName
 {
   color: #2EACA5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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