#1EC2A9

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

Shades of Light Sea Green #1EC2A9

Tints of Light Sea Green #1EC2A9

Color information

#1EC2A9 (or 0x1EC2A9) is unknown color: approx Light Sea Green. HEX triplet: 1E, C2 and A9. RGB value is (30,194,169). Sum of RGB (Red+Green+Blue) = 30+194+169=393 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.63% from 393); Green value is 194 (76.17% from 255 or 49.36% from 393); Blue value is 169 (66.41% from 255 or 43.00% from 393); Max value from RGB is 194 - color contains mainly: green. Hex color #1EC2A9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EC2A9 is #E13D56. Grayscale: #8E8E8E. Windows color (decimal): -14761303 or 11125278. OLE color: 11125278.

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

Color convert

RGB30194169-
CMYK0.8500.130.24
HSL170.85º73.21%43.92%-
HSV(B)170.85º84.54%76.08%-
XYZ26.9941.7244.17-
YUV142.11143.1748.03-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.63%
GREEN value IS 194 (76.17% from 255) = 49.36%
BLUE value IS 169 (66.41% from 255) = 43.00%
R=7.63%
G=49.36%
B=43.00%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal301941690.8500.130.24170.8573.2143.92
Hex1EC2A9550D18ab492c
Octal363022511250153025311154
Binary11110110000101010100110101010110111000101010111001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EC2A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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