Html Css Color HEX #2EC1AC Light Sea Green

📋 copy color: '#2EC1AC'

red 46 ◦ green 193 ◦ blue 172

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

Shades of Light Sea Green #2EC1AC

Tints of Light Sea Green #2EC1AC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.96%

 BLUE value IS 172 (67.58% from 255) = 41.85%

R = 11.19%
G = 46.96%
B = 41.85%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#2EC1AC (or 0x2EC1AC) is known color: Light Sea Green. HEX triplet: 2E, C1 and AC. RGB value is (46,193,172). Sum of RGB (Red+Green+Blue) = 46+193+172=411 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.19% from 411); Green value is 193 (75.78% from 255 or 46.96% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 193 - color contains mainly: green. Hex color #2EC1AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC1AC is #D13E53. Grayscale: #929292. Windows color (decimal): -13712980 or 11321646. OLE color: 11321646.

HSL color Cylindrical-coordinate representation of color #2EC1AC: hue angle of 171.43º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC1AC is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 46 193 172 -
CMYK 0.76 0 0.11 0.24
HSL 171.43º 0.62% 0.47% -
HSV(B) 171.43º 0.76% 0.76% -
XYZ 27.64 41.7 45.62 -
YUV 146.65 142.3 56.21 -
System Red Green Blue C M Y K H S L
Decimal 46 193 172 0.76 0 0.11 0.24 171.43 0.62 0.47
Hex 2E C1 AC 4C 0 B 18 AB 3E 2F
Octal 56 301 254 114 0 13 30 253 76 57
Binary 101110 11000001 10101100 1001100 0 1011 11000 10101011 111110 101111

Color Harmonies of #2EC1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC1AC

Black with #2EC1AC

Text Example


Text Example

White with #2EC1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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