#1EC1A1

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

Shades of Light Sea Green #1EC1A1

Tints of Light Sea Green #1EC1A1

Color information

#1EC1A1 (or 0x1EC1A1) is unknown color: approx Light Sea Green. HEX triplet: 1E, C1 and A1. RGB value is (30,193,161). Sum of RGB (Red+Green+Blue) = 30+193+161=384 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.81% from 384); Green value is 193 (75.78% from 255 or 50.26% from 384); Blue value is 161 (63.28% from 255 or 41.93% from 384); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC1A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EC1A1 is #E13E5E. Grayscale: #8C8C8C. Windows color (decimal): -14761567 or 10600734. OLE color: 10600734.

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

Color convert

RGB30193161-
CMYK0.8400.170.24
HSL168.22º73.09%43.73%-
HSV(B)168.22º84.46%75.69%-
XYZ26.0440.9940.26-
YUV140.62139.549.1-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.81%
GREEN value IS 193 (75.78% from 255) = 50.26%
BLUE value IS 161 (63.28% from 255) = 41.93%
R=7.81%
G=50.26%
B=41.93%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal301931610.8400.170.24168.2273.0943.73
Hex1EC1A15401118a8492c
Octal363012411240213025011154
Binary111101100000110100001101010001000111000101010001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EC1A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,193,161); }

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

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

 a { background-color: rgb(30,193,161); }

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

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

 span { border-color: rgb(30,193,161); }

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