#2EBEAF

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

Shades of Light Sea Green #2EBEAF

Tints of Light Sea Green #2EBEAF

Color information

#2EBEAF (or 0x2EBEAF) is unknown color: approx Light Sea Green. HEX triplet: 2E, BE and AF. RGB value is (46,190,175). Sum of RGB (Red+Green+Blue) = 46+190+175=411 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.19% from 411); Green value is 190 (74.61% from 255 or 46.23% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 190 - color contains mainly: green. Hex color #2EBEAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBEAF is #D14150. Grayscale: #919191. Windows color (decimal): -13713745 or 11517486. OLE color: 11517486.

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

Color convert

RGB46190175-
CMYK0.7600.080.25
HSL173.75º61.02%46.27%-
HSV(B)173.75º75.79%74.51%-
XYZ27.2840.546.94-
YUV145.23144.7957.22-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.19%
GREEN value IS 190 (74.61% from 255) = 46.23%
BLUE value IS 175 (68.75% from 255) = 42.58%
R=11.19%
G=46.23%
B=42.58%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal461901750.7600.080.25173.7561.0246.27
Hex2EBEAF4C0819ae3d2e
Octal56276257114010312567556
Binary10111010111110101011111001100010001100110101110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,190,175); }

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

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

 a { background-color: rgb(46,190,175); }

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

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

 span { border-color: rgb(46,190,175); }

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