#2EBAC5

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

Shades of Light Sea Green #2EBAC5

Tints of Light Sea Green #2EBAC5

Color information

#2EBAC5 (or 0x2EBAC5) is unknown color: approx Light Sea Green. HEX triplet: 2E, BA and C5. RGB value is (46,186,197). Sum of RGB (Red+Green+Blue) = 46+186+197=429 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.72% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 197 (77.34% from 255 or 45.92% from 429); Max value from RGB is 197 - color contains mainly: blue. Hex color #2EBAC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EBAC5 is #D1453A. Grayscale: #919191. Windows color (decimal): -13714747 or 12958254. OLE color: 12958254.

HSL color Cylindrical-coordinate representation of color #2EBAC5: hue angle of 184.37º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EBAC5 is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB46186197-
CMYK0.770.0600.23
HSL184.37º62.14%47.65%-
HSV(B)184.37º76.65%77.25%-
XYZ28.7639.7358.98-
YUV145.39157.1257.11-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.72%
GREEN value IS 186 (73.05% from 255) = 43.36%
BLUE value IS 197 (77.34% from 255) = 45.92%
R=10.72%
G=43.36%
B=45.92%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal461861970.770.0600.23184.3762.1447.65
Hex2EBAC54D6017b83e30
Octal5627230511560272707660
Binary1011101011101011000101100110111001011110111000111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,186,197); }

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

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

 a { background-color: rgb(46,186,197); }

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

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

 span { border-color: rgb(46,186,197); }

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