#1EC1AC

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

Shades of Light Sea Green #1EC1AC

Tints of Light Sea Green #1EC1AC

Color information

#1EC1AC (or 0x1EC1AC) is unknown color: approx Light Sea Green. HEX triplet: 1E, C1 and AC. RGB value is (30,193,172). Sum of RGB (Red+Green+Blue) = 30+193+172=395 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.59% from 395); Green value is 193 (75.78% from 255 or 48.86% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC1AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EC1AC is #E13E53. Grayscale: #8D8D8D. Windows color (decimal): -14761556 or 11321630. OLE color: 11321630.

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

Color convert

RGB30193172-
CMYK0.8400.110.24
HSL172.27º73.09%43.73%-
HSV(B)172.27º84.46%75.69%-
XYZ27.0541.3945.59-
YUV141.8714548.21-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.59%
GREEN value IS 193 (75.78% from 255) = 48.86%
BLUE value IS 172 (67.58% from 255) = 43.54%
R=7.59%
G=48.86%
B=43.54%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal301931720.8400.110.24172.2773.0943.73
Hex1EC1AC540B18ac492c
Octal363012541240133025411154
Binary11110110000011010110010101000101111000101011001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EC1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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