Html Css Color HEX #2EC2AE Light Sea Green

📋 copy color: '#2EC2AE'

red 46 ◦ green 194 ◦ blue 174

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

Shades of Light Sea Green #2EC2AE

Tints of Light Sea Green #2EC2AE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.86%

 BLUE value IS 174 (68.36% from 255) = 42.03%

R = 11.11%
G = 46.86%
B = 42.03%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#2EC2AE (or 0x2EC2AE) is known color: Light Sea Green. HEX triplet: 2E, C2 and AE. RGB value is (46,194,174). Sum of RGB (Red+Green+Blue) = 46+194+174=414 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.11% from 414); Green value is 194 (76.17% from 255 or 46.86% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 194 - color contains mainly: green. Hex color #2EC2AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC2AE is #D13D51. Grayscale: #939393. Windows color (decimal): -13712722 or 11452974. OLE color: 11452974.

HSL color Cylindrical-coordinate representation of color #2EC2AE: hue angle of 171.89º 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 #2EC2AE is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 46 194 174 -
CMYK 0.76 0 0.10 0.24
HSL 171.89º 0.62% 0.47% -
HSV(B) 171.89º 0.76% 0.76% -
XYZ 28.06 42.22 46.71 -
YUV 147.47 142.97 55.63 -
System Red Green Blue C M Y K H S L
Decimal 46 194 174 0.76 0 0.10 0.24 171.89 0.62 0.47
Hex 2E C2 AE 4C 0 A 18 AC 3E 2F
Octal 56 302 256 114 0 12 30 254 76 57
Binary 101110 11000010 10101110 1001100 0 1010 11000 10101100 111110 101111

Color Harmonies of #2EC2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC2AE

Black with #2EC2AE

Text Example


Text Example

White with #2EC2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,194,174); }

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

background-color css

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

 a { background-color: rgb(46,194,174); }

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

border-color css

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

 span { border-color: rgb(46,194,174); }

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