#1EC3AA

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

Shades of Light Sea Green #1EC3AA

Tints of Light Sea Green #1EC3AA

Color information

#1EC3AA (or 0x1EC3AA) is unknown color: approx Light Sea Green. HEX triplet: 1E, C3 and AA. RGB value is (30,195,170). Sum of RGB (Red+Green+Blue) = 30+195+170=395 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.59% from 395); Green value is 195 (76.56% from 255 or 49.37% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 195 - color contains mainly: green. Hex color #1EC3AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EC3AA is #E13C55. Grayscale: #8E8E8E. Windows color (decimal): -14761046 or 11191070. OLE color: 11191070.

HSL color Cylindrical-coordinate representation of color #1EC3AA: hue angle of 170.91º 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 #1EC3AA is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB30195170-
CMYK0.8500.130.24
HSL170.91º73.33%44.12%-
HSV(B)170.91º84.62%76.47%-
XYZ27.3142.2144.74-
YUV142.82143.3447.53-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.59%
GREEN value IS 195 (76.56% from 255) = 49.37%
BLUE value IS 170 (66.80% from 255) = 43.04%
R=7.59%
G=49.37%
B=43.04%

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
Decimal301951700.8500.130.24170.9173.3344.12
Hex1EC3AA550D18ab492c
Octal363032521250153025311154
Binary11110110000111010101010101010110111000101010111001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EC3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,195,170); }

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

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

 a { background-color: rgb(30,195,170); }

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

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

 span { border-color: rgb(30,195,170); }

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