#1EA5A7

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

Shades of Light Sea Green #1EA5A7

Tints of Light Sea Green #1EA5A7

Color information

#1EA5A7 (or 0x1EA5A7) is unknown color: approx Light Sea Green. HEX triplet: 1E, A5 and A7. RGB value is (30,165,167). Sum of RGB (Red+Green+Blue) = 30+165+167=362 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.29% from 362); Green value is 165 (64.84% from 255 or 45.58% from 362); Blue value is 167 (65.62% from 255 or 46.13% from 362); Max value from RGB is 167 - color contains mainly: blue. Hex color #1EA5A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA5A7 is #E15A58. Grayscale: #7C7C7C. Windows color (decimal): -14768729 or 10986782. OLE color: 10986782.

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

Color convert

RGB30165167-
CMYK0.820.0100.35
HSL180.88º69.54%38.63%-
HSV(B)180.88º82.04%65.49%-
XYZ20.9729.9841.24-
YUV124.86151.7760.34-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.29%
GREEN value IS 165 (64.84% from 255) = 45.58%
BLUE value IS 167 (65.62% from 255) = 46.13%
R=8.29%
G=45.58%
B=46.13%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal301651670.820.0100.35180.8869.5438.63
Hex1EA5A7521023b54627
Octal36245247122104326510647
Binary111101010010110100111101001010100011101101011000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA5A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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