#2EBCB3

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

Shades of Light Sea Green #2EBCB3

Tints of Light Sea Green #2EBCB3

Color information

#2EBCB3 (or 0x2EBCB3) is unknown color: approx Light Sea Green. HEX triplet: 2E, BC and B3. RGB value is (46,188,179). Sum of RGB (Red+Green+Blue) = 46+188+179=413 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.14% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 179 (70.31% from 255 or 43.34% from 413); Max value from RGB is 188 - color contains mainly: green. Hex color #2EBCB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBCB3 is #D1434C. Grayscale: #909090. Windows color (decimal): -13714253 or 11779118. OLE color: 11779118.

HSL color Cylindrical-coordinate representation of color #2EBCB3: hue angle of 176.2º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBCB3 is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB46188179-
CMYK0.7600.050.26
HSL176.2º60.68%45.88%-
HSV(B)176.2º75.53%73.73%-
XYZ27.2539.848.89-
YUV144.52147.4657.73-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.14%
GREEN value IS 188 (73.83% from 255) = 45.52%
BLUE value IS 179 (70.31% from 255) = 43.34%
R=11.14%
G=45.52%
B=43.34%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal461881790.7600.050.26176.260.6845.88
Hex2EBCB34C051Ab03d2e
Octal5627426311405322607556
Binary1011101011110010110011100110001011101010110000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,188,179); }

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

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

 a { background-color: rgb(46,188,179); }

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

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

 span { border-color: rgb(46,188,179); }

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