#2EC6BD

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

Shades of Light Sea Green #2EC6BD

Tints of Light Sea Green #2EC6BD

Color information

#2EC6BD (or 0x2EC6BD) is unknown color: approx Light Sea Green. HEX triplet: 2E, C6 and BD. RGB value is (46,198,189). Sum of RGB (Red+Green+Blue) = 46+198+189=433 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.62% from 433); Green value is 198 (77.73% from 255 or 45.73% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 198 - color contains mainly: green. Hex color #2EC6BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EC6BD is #D13942. Grayscale: #979797. Windows color (decimal): -13711683 or 12437038. OLE color: 12437038.

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

Color convert

RGB46198189-
CMYK0.7700.050.22
HSL176.45º62.3%47.84%-
HSV(B)176.45º76.77%77.65%-
XYZ30.5144.6455.15-
YUV151.53149.1452.73-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.62%
GREEN value IS 198 (77.73% from 255) = 45.73%
BLUE value IS 189 (74.22% from 255) = 43.65%
R=10.62%
G=45.73%
B=43.65%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal461981890.7700.050.22176.4562.347.84
Hex2EC6BD4D0516b03e30
Octal5630627511505262607660
Binary1011101100011010111101100110101011011010110000111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,198,189); }

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

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

 a { background-color: rgb(46,198,189); }

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

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

 span { border-color: rgb(46,198,189); }

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