#2EBBAE

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

Shades of Light Sea Green #2EBBAE

Tints of Light Sea Green #2EBBAE

Color information

#2EBBAE (or 0x2EBBAE) is unknown color: approx Light Sea Green. HEX triplet: 2E, BB and AE. RGB value is (46,187,174). Sum of RGB (Red+Green+Blue) = 46+187+174=407 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.30% from 407); Green value is 187 (73.44% from 255 or 45.95% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 187 - color contains mainly: green. Hex color #2EBBAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBBAE is #D14451. Grayscale: #8F8F8F. Windows color (decimal): -13714514 or 11451182. OLE color: 11451182.

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

Color convert

RGB46187174-
CMYK0.7500.070.27
HSL174.47º60.52%45.69%-
HSV(B)174.47º75.4%73.33%-
XYZ26.5439.1846.21-
YUV143.36145.2958.56-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.30%
GREEN value IS 187 (73.44% from 255) = 45.95%
BLUE value IS 174 (68.36% from 255) = 42.75%
R=11.30%
G=45.95%
B=42.75%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal461871740.7500.070.27174.4760.5245.69
Hex2EBBAE4B071Bae3d2e
Octal5627325611307332567556
Binary1011101011101110101110100101101111101110101110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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