#2EBFAE

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

Shades of Light Sea Green #2EBFAE

Tints of Light Sea Green #2EBFAE

Color information

#2EBFAE (or 0x2EBFAE) is unknown color: approx Light Sea Green. HEX triplet: 2E, BF and AE. RGB value is (46,191,174). Sum of RGB (Red+Green+Blue) = 46+191+174=411 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.19% from 411); Green value is 191 (75% from 255 or 46.47% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 191 - color contains mainly: green. Hex color #2EBFAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBFAE is #D14051. Grayscale: #919191. Windows color (decimal): -13713490 or 11452206. OLE color: 11452206.

HSL color Cylindrical-coordinate representation of color #2EBFAE: hue angle of 172.97º 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 #2EBFAE is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB46191174-
CMYK0.7600.090.25
HSL172.97º61.18%46.47%-
HSV(B)172.97º75.92%74.9%-
XYZ27.440.946.49-
YUV145.71143.9656.88-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.19%
GREEN value IS 191 (75% from 255) = 46.47%
BLUE value IS 174 (68.36% from 255) = 42.34%
R=11.19%
G=46.47%
B=42.34%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal461911740.7600.090.25172.9761.1846.47
Hex2EBFAE4C0919ad3d2e
Octal56277256114011312557556
Binary10111010111111101011101001100010011100110101101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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