#2EC5B2

Color #2EC5B2 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #2EC5B2

Tints of Light Sea Green #2EC5B2

Color information

#2EC5B2 (or 0x2EC5B2) is unknown color: approx Light Sea Green. HEX triplet: 2E, C5 and B2. RGB value is (46,197,178). Sum of RGB (Red+Green+Blue) = 46+197+178=421 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.93% from 421); Green value is 197 (77.34% from 255 or 46.79% from 421); Blue value is 178 (69.92% from 255 or 42.28% from 421); Max value from RGB is 197 - color contains mainly: green. Hex color #2EC5B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC5B2 is #D13A4D. Grayscale: #959595. Windows color (decimal): -13711950 or 11715886. OLE color: 11715886.

HSL color Cylindrical-coordinate representation of color #2EC5B2: hue angle of 172.45º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC5B2 is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB46197178-
CMYK0.7700.100.23
HSL172.45º62.14%47.65%-
HSV(B)172.45º76.65%77.25%-
XYZ29.1343.7349.02-
YUV149.68143.9754.04-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.93%
GREEN value IS 197 (77.34% from 255) = 46.79%
BLUE value IS 178 (69.92% from 255) = 42.28%
R=10.93%
G=46.79%
B=42.28%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal461971780.7700.100.23172.4562.1447.65
Hex2EC5B24D0A17ac3e30
Octal56305262115012272547660
Binary10111011000101101100101001101010101011110101100111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC5B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,197,178); }

 H1.HeaderClassName
 {
   color: #2EC5B2;
 }
 .AnyTagClassName
 {
   color: #2EC5B2;
 }
</style>
background-color css

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

 a { background-color: rgb(46,197,178); }

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

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

 span { border-color: rgb(46,197,178); }

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