#2EBFAC

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

Shades of Light Sea Green #2EBFAC

Tints of Light Sea Green #2EBFAC

Color information

#2EBFAC (or 0x2EBFAC) is unknown color: approx Light Sea Green. HEX triplet: 2E, BF and AC. RGB value is (46,191,172). Sum of RGB (Red+Green+Blue) = 46+191+172=409 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.25% from 409); Green value is 191 (75% from 255 or 46.70% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 191 - color contains mainly: green. Hex color #2EBFAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBFAC is #D14053. Grayscale: #919191. Windows color (decimal): -13713492 or 11321134. OLE color: 11321134.

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

Color convert

RGB46191172-
CMYK0.7600.100.25
HSL172.14º61.18%46.47%-
HSV(B)172.14º75.92%74.9%-
XYZ27.240.8245.48-
YUV145.48142.9657.04-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.25%
GREEN value IS 191 (75% from 255) = 46.70%
BLUE value IS 172 (67.58% from 255) = 42.05%
R=11.25%
G=46.70%
B=42.05%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal461911720.7600.100.25172.1461.1846.47
Hex2EBFAC4C0A19ac3d2e
Octal56277254114012312547556
Binary10111010111111101011001001100010101100110101100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,191,172); }

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

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

 a { background-color: rgb(46,191,172); }

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

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

 span { border-color: rgb(46,191,172); }

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