Html Css Color HEX #2EC0A9 Light Sea Green

📋 copy color: '#2EC0A9'

red 46 ◦ green 192 ◦ blue 169

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

Shades of Light Sea Green #2EC0A9

Tints of Light Sea Green #2EC0A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 41.52%

R = 11.3%
G = 47.17%
B = 41.52%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#2EC0A9 (or 0x2EC0A9) is known color: Light Sea Green. HEX triplet: 2E, C0 and A9. RGB value is (46,192,169). Sum of RGB (Red+Green+Blue) = 46+192+169=407 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.30% from 407); Green value is 192 (75.39% from 255 or 47.17% from 407); Blue value is 169 (66.41% from 255 or 41.52% from 407); Max value from RGB is 192 - color contains mainly: green. Hex color #2EC0A9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC0A9 is #D13F56. Grayscale: #919191. Windows color (decimal): -13713239 or 11124782. OLE color: 11124782.

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

Color convert

RGB 46 192 169 -
CMYK 0.76 0 0.12 0.25
HSL 170.55º 0.61% 0.47% -
HSV(B) 170.55º 0.76% 0.75% -
XYZ 27.14 41.14 44.05 -
YUV 145.72 141.13 56.87 -
System Red Green Blue C M Y K H S L
Decimal 46 192 169 0.76 0 0.12 0.25 170.55 0.61 0.47
Hex 2E C0 A9 4C 0 C 19 AB 3D 2F
Octal 56 300 251 114 0 14 31 253 75 57
Binary 101110 11000000 10101001 1001100 0 1100 11001 10101011 111101 101111

Color Harmonies of #2EC0A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC0A9

Black with #2EC0A9

Text Example


Text Example

White with #2EC0A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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