Html Css Color HEX #2EC0AC Light Sea Green

📋 copy color: '#2EC0AC'

red 46 ◦ green 192 ◦ blue 172

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

Shades of Light Sea Green #2EC0AC

Tints of Light Sea Green #2EC0AC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.83%

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

R = 11.22%
G = 46.83%
B = 41.95%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#2EC0AC (or 0x2EC0AC) is known color: Light Sea Green. HEX triplet: 2E, C0 and AC. RGB value is (46,192,172). Sum of RGB (Red+Green+Blue) = 46+192+172=410 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.22% from 410); Green value is 192 (75.39% from 255 or 46.83% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 192 - color contains mainly: green. Hex color #2EC0AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC0AC is #D13F53. Grayscale: #929292. Windows color (decimal): -13713236 or 11321390. OLE color: 11321390.

HSL color Cylindrical-coordinate representation of color #2EC0AC: hue angle of 171.78º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC0AC is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 46 192 172 -
CMYK 0.76 0 0.10 0.25
HSL 171.78º 0.61% 0.47% -
HSV(B) 171.78º 0.76% 0.75% -
XYZ 27.42 41.26 45.55 -
YUV 146.07 142.63 56.63 -
System Red Green Blue C M Y K H S L
Decimal 46 192 172 0.76 0 0.10 0.25 171.78 0.61 0.47
Hex 2E C0 AC 4C 0 A 19 AC 3D 2F
Octal 56 300 254 114 0 12 31 254 75 57
Binary 101110 11000000 10101100 1001100 0 1010 11001 10101100 111101 101111

Color Harmonies of #2EC0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC0AC

Black with #2EC0AC

Text Example


Text Example

White with #2EC0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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