#1EC1BA

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

Shades of Light Sea Green #1EC1BA

Tints of Light Sea Green #1EC1BA

Color information

#1EC1BA (or 0x1EC1BA) is unknown color: approx Light Sea Green. HEX triplet: 1E, C1 and BA. RGB value is (30,193,186). Sum of RGB (Red+Green+Blue) = 30+193+186=409 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.33% from 409); Green value is 193 (75.78% from 255 or 47.19% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC1BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EC1BA is #E13E45. Grayscale: #8F8F8F. Windows color (decimal): -14761542 or 12239134. OLE color: 12239134.

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

Color convert

RGB30193186-
CMYK0.8400.040.24
HSL177.42º73.09%43.73%-
HSV(B)177.42º84.46%75.69%-
XYZ28.4741.9653.05-
YUV143.4615247.07-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.33%
GREEN value IS 193 (75.78% from 255) = 47.19%
BLUE value IS 186 (73.05% from 255) = 45.48%
R=7.33%
G=47.19%
B=45.48%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal301931860.8400.040.24177.4273.0943.73
Hex1EC1BA540418b1492c
Octal36301272124043026111154
Binary1111011000001101110101010100010011000101100011001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EC1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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