#1EA3A6

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

Shades of Light Sea Green #1EA3A6

Tints of Light Sea Green #1EA3A6

Color information

#1EA3A6 (or 0x1EA3A6) is unknown color: approx Light Sea Green. HEX triplet: 1E, A3 and A6. RGB value is (30,163,166). Sum of RGB (Red+Green+Blue) = 30+163+166=359 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.36% from 359); Green value is 163 (64.06% from 255 or 45.40% from 359); Blue value is 166 (65.23% from 255 or 46.24% from 359); Max value from RGB is 166 - color contains mainly: blue. Hex color #1EA3A6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA3A6 is #E15C59. Grayscale: #7B7B7B. Windows color (decimal): -14769242 or 10920734. OLE color: 10920734.

HSL color Cylindrical-coordinate representation of color #1EA3A6: hue angle of 181.32º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EA3A6 is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB30163166-
CMYK0.820.0200.35
HSL181.32º69.39%38.43%-
HSV(B)181.32º81.93%65.1%-
XYZ20.5229.2240.64-
YUV123.57151.9461.26-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.36%
GREEN value IS 163 (64.06% from 255) = 45.40%
BLUE value IS 166 (65.23% from 255) = 46.24%
R=8.36%
G=45.40%
B=46.24%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal301631660.820.0200.35181.3269.3938.43
Hex1EA3A6522023b54526
Octal36243246122204326510546
Binary1111010100011101001101010010100100011101101011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA3A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,163,166); }

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

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

 a { background-color: rgb(30,163,166); }

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

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

 span { border-color: rgb(30,163,166); }

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