#1EA2A5

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

Shades of Light Sea Green #1EA2A5

Tints of Light Sea Green #1EA2A5

Color information

#1EA2A5 (or 0x1EA2A5) is unknown color: approx Light Sea Green. HEX triplet: 1E, A2 and A5. RGB value is (30,162,165). Sum of RGB (Red+Green+Blue) = 30+162+165=357 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.40% from 357); Green value is 162 (63.67% from 255 or 45.38% from 357); Blue value is 165 (64.84% from 255 or 46.22% from 357); Max value from RGB is 165 - color contains mainly: blue. Hex color #1EA2A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA2A5 is #E15D5A. Grayscale: #7A7A7A. Windows color (decimal): -14769499 or 10854942. OLE color: 10854942.

HSL color Cylindrical-coordinate representation of color #1EA2A5: hue angle of 181.33º 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 #1EA2A5 is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB30162165-
CMYK0.820.0200.35
HSL181.33º69.23%38.24%-
HSV(B)181.33º81.82%64.71%-
XYZ20.2528.8340.1-
YUV122.87151.7761.76-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.40%
GREEN value IS 162 (63.67% from 255) = 45.38%
BLUE value IS 165 (64.84% from 255) = 46.22%
R=8.40%
G=45.38%
B=46.22%

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
Decimal301621650.820.0200.35181.3369.2338.24
Hex1EA2A5522023b54526
Octal36242245122204326510546
Binary1111010100010101001011010010100100011101101011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA2A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,162,165); }

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

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

 a { background-color: rgb(30,162,165); }

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

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

 span { border-color: rgb(30,162,165); }

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