#2EB5A9

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

Shades of Light Sea Green #2EB5A9

Tints of Light Sea Green #2EB5A9

Color information

#2EB5A9 (or 0x2EB5A9) is unknown color: approx Light Sea Green. HEX triplet: 2E, B5 and A9. RGB value is (46,181,169). Sum of RGB (Red+Green+Blue) = 46+181+169=396 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.62% from 396); Green value is 181 (71.09% from 255 or 45.71% from 396); Blue value is 169 (66.41% from 255 or 42.68% from 396); Max value from RGB is 181 - color contains mainly: green. Hex color #2EB5A9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EB5A9 is #D14A56. Grayscale: #8B8B8B. Windows color (decimal): -13716055 or 11121966. OLE color: 11121966.

HSL color Cylindrical-coordinate representation of color #2EB5A9: hue angle of 174.67º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB5A9 is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB46181169-
CMYK0.7500.070.29
HSL174.67º59.47%44.51%-
HSV(B)174.67º74.59%70.98%-
XYZ24.8136.4943.27-
YUV139.27144.7761.48-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.62%
GREEN value IS 181 (71.09% from 255) = 45.71%
BLUE value IS 169 (66.41% from 255) = 42.68%
R=11.62%
G=45.71%
B=42.68%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal461811690.7500.070.29174.6759.4744.51
Hex2EB5A94B071Daf3b2d
Octal5626525111307352577355
Binary1011101011010110101001100101101111110110101111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,181,169); }

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

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

 a { background-color: rgb(46,181,169); }

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

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

 span { border-color: rgb(46,181,169); }

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