#2EC2A9

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

Shades of Light Sea Green #2EC2A9

Tints of Light Sea Green #2EC2A9

Color information

#2EC2A9 (or 0x2EC2A9) is unknown color: approx Light Sea Green. HEX triplet: 2E, C2 and A9. RGB value is (46,194,169). Sum of RGB (Red+Green+Blue) = 46+194+169=409 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.25% from 409); Green value is 194 (76.17% from 255 or 47.43% from 409); Blue value is 169 (66.41% from 255 or 41.32% from 409); Max value from RGB is 194 - color contains mainly: green. Hex color #2EC2A9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC2A9 is #D13D56. Grayscale: #929292. Windows color (decimal): -13712727 or 11125294. OLE color: 11125294.

HSL color Cylindrical-coordinate representation of color #2EC2A9: hue angle of 169.86º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC2A9 is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB46194169-
CMYK0.7600.130.24
HSL169.86º61.67%47.06%-
HSV(B)169.86º76.29%76.08%-
XYZ27.5842.0344.19-
YUV146.9140.4756.03-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.25%
GREEN value IS 194 (76.17% from 255) = 47.43%
BLUE value IS 169 (66.41% from 255) = 41.32%
R=11.25%
G=47.43%
B=41.32%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal461941690.7600.130.24169.8661.6747.06
Hex2EC2A94C0D18aa3e2f
Octal56302251114015302527657
Binary10111011000010101010011001100011011100010101010111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC2A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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