#2EC5BB

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

Shades of Light Sea Green #2EC5BB

Tints of Light Sea Green #2EC5BB

Color information

#2EC5BB (or 0x2EC5BB) is unknown color: approx Light Sea Green. HEX triplet: 2E, C5 and BB. RGB value is (46,197,187). Sum of RGB (Red+Green+Blue) = 46+197+187=430 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.70% from 430); Green value is 197 (77.34% from 255 or 45.81% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 197 - color contains mainly: green. Hex color #2EC5BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EC5BB is #D13A44. Grayscale: #969696. Windows color (decimal): -13711941 or 12305710. OLE color: 12305710.

HSL color Cylindrical-coordinate representation of color #2EC5BB: hue angle of 176.03º 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 #2EC5BB is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB46197187-
CMYK0.7700.050.23
HSL176.03º62.14%47.65%-
HSV(B)176.03º76.65%77.25%-
XYZ30.0644.153.94-
YUV150.71148.4753.31-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.70%
GREEN value IS 197 (77.34% from 255) = 45.81%
BLUE value IS 187 (73.44% from 255) = 43.49%
R=10.70%
G=45.81%
B=43.49%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal461971870.7700.050.23176.0362.1447.65
Hex2EC5BB4D0517b03e30
Octal5630527311505272607660
Binary1011101100010110111011100110101011011110110000111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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