Html Css Color HEX #2EAC9D Light Sea Green

📋 copy color: '#2EAC9D'

red 46 ◦ green 172 ◦ blue 157

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

Shades of Light Sea Green #2EAC9D

Tints of Light Sea Green #2EAC9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.87%

R = 12.27%
G = 45.87%
B = 41.87%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#2EAC9D (or 0x2EAC9D) is known color: Light Sea Green. HEX triplet: 2E, AC and 9D. RGB value is (46,172,157). Sum of RGB (Red+Green+Blue) = 46+172+157=375 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.27% from 375); Green value is 172 (67.58% from 255 or 45.87% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 172 - color contains mainly: green. Hex color #2EAC9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAC9D is #D15362. Grayscale: #848484. Windows color (decimal): -13718371 or 10333230. OLE color: 10333230.

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

Color convert

RGB 46 172 157 -
CMYK 0.73 0 0.09 0.33
HSL 172.86º 0.58% 0.43% -
HSV(B) 172.86º 0.73% 0.67% -
XYZ 21.97 32.52 37.02 -
YUV 132.62 141.76 66.22 -
System Red Green Blue C M Y K H S L
Decimal 46 172 157 0.73 0 0.09 0.33 172.86 0.58 0.43
Hex 2E AC 9D 49 0 9 21 AD 3A 2B
Octal 56 254 235 111 0 11 41 255 72 53
Binary 101110 10101100 10011101 1001001 0 1001 100001 10101101 111010 101011

Color Harmonies of #2EAC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAC9D

Black with #2EAC9D

Text Example


Text Example

White with #2EAC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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