#1EC0AA

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

Shades of Light Sea Green #1EC0AA

Tints of Light Sea Green #1EC0AA

Color information

#1EC0AA (or 0x1EC0AA) is unknown color: approx Light Sea Green. HEX triplet: 1E, C0 and AA. RGB value is (30,192,170). Sum of RGB (Red+Green+Blue) = 30+192+170=392 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.65% from 392); Green value is 192 (75.39% from 255 or 48.98% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC0AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EC0AA is #E13F55. Grayscale: #8C8C8C. Windows color (decimal): -14761814 or 11190302. OLE color: 11190302.

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

Color convert

RGB30192170-
CMYK0.8400.110.25
HSL171.85º72.97%43.53%-
HSV(B)171.85º84.38%75.29%-
XYZ26.6440.8844.52-
YUV141.05144.3348.79-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.65%
GREEN value IS 192 (75.39% from 255) = 48.98%
BLUE value IS 170 (66.80% from 255) = 43.37%
R=7.65%
G=48.98%
B=43.37%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal301921700.8400.110.25171.8572.9743.53
Hex1EC0AA540B19ac492c
Octal363002521240133125411154
Binary11110110000001010101010101000101111001101011001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EC0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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