#2EB6C2

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

Shades of Light Sea Green #2EB6C2

Tints of Light Sea Green #2EB6C2

Color information

#2EB6C2 (or 0x2EB6C2) is unknown color: approx Light Sea Green. HEX triplet: 2E, B6 and C2. RGB value is (46,182,194). Sum of RGB (Red+Green+Blue) = 46+182+194=422 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.90% from 422); Green value is 182 (71.48% from 255 or 43.13% from 422); Blue value is 194 (76.17% from 255 or 45.97% from 422); Max value from RGB is 194 - color contains mainly: blue. Hex color #2EB6C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EB6C2 is #D1493D. Grayscale: #8E8E8E. Windows color (decimal): -13715774 or 12760622. OLE color: 12760622.

HSL color Cylindrical-coordinate representation of color #2EB6C2: hue angle of 184.86º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EB6C2 is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB46182194-
CMYK0.760.0600.24
HSL184.86º61.67%47.06%-
HSV(B)184.86º76.29%76.08%-
XYZ27.5937.9356.91-
YUV142.7156.9459.02-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.90%
GREEN value IS 182 (71.48% from 255) = 43.13%
BLUE value IS 194 (76.17% from 255) = 45.97%
R=10.90%
G=43.13%
B=45.97%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal461821940.760.0600.24184.8661.6747.06
Hex2EB6C24C6018b93e2f
Octal5626630211460302717657
Binary1011101011011011000010100110011001100010111001111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB6C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,182,194); }

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

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

 a { background-color: rgb(46,182,194); }

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

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

 span { border-color: rgb(46,182,194); }

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