#1EC1BF

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

Shades of Light Sea Green #1EC1BF

Tints of Light Sea Green #1EC1BF

Color information

#1EC1BF (or 0x1EC1BF) is unknown color: approx Light Sea Green. HEX triplet: 1E, C1 and BF. RGB value is (30,193,191). Sum of RGB (Red+Green+Blue) = 30+193+191=414 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.25% from 414); Green value is 193 (75.78% from 255 or 46.62% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC1BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EC1BF is #E13E40. Grayscale: #8F8F8F. Windows color (decimal): -14761537 or 12566814. OLE color: 12566814.

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

Color convert

RGB30193191-
CMYK0.8400.010.24
HSL179.26º73.09%43.73%-
HSV(B)179.26º84.46%75.69%-
XYZ29.0142.1855.9-
YUV144.04154.546.66-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.25%
GREEN value IS 193 (75.78% from 255) = 46.62%
BLUE value IS 191 (75% from 255) = 46.14%
R=7.25%
G=46.62%
B=46.14%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal301931910.8400.010.24179.2673.0943.73
Hex1EC1BF540118b3492c
Octal36301277124013026311154
Binary11110110000011011111110101000111000101100111001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EC1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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