#1EA9A0

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

Shades of Light Sea Green #1EA9A0

Tints of Light Sea Green #1EA9A0

Color information

#1EA9A0 (or 0x1EA9A0) is unknown color: approx Light Sea Green. HEX triplet: 1E, A9 and A0. RGB value is (30,169,160). Sum of RGB (Red+Green+Blue) = 30+169+160=359 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.36% from 359); Green value is 169 (66.41% from 255 or 47.08% from 359); Blue value is 160 (62.89% from 255 or 44.57% from 359); Max value from RGB is 169 - color contains mainly: green. Hex color #1EA9A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA9A0 is #E1565F. Grayscale: #7E7E7E. Windows color (decimal): -14767712 or 10529054. OLE color: 10529054.

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

Color convert

RGB30169160-
CMYK0.8200.050.34
HSL176.12º69.85%39.02%-
HSV(B)176.12º82.25%66.27%-
XYZ21.0731.1938.17-
YUV126.41146.9559.23-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.36%
GREEN value IS 169 (66.41% from 255) = 47.08%
BLUE value IS 160 (62.89% from 255) = 44.57%
R=8.36%
G=47.08%
B=44.57%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal301691600.8200.050.34176.1269.8539.02
Hex1EA9A0520522b04627
Octal36251240122054226010647
Binary11110101010011010000010100100101100010101100001000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,169,160); }

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

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

 a { background-color: rgb(30,169,160); }

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

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

 span { border-color: rgb(30,169,160); }

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