#1EAFA9

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

Shades of Light Sea Green #1EAFA9

Tints of Light Sea Green #1EAFA9

Color information

#1EAFA9 (or 0x1EAFA9) is unknown color: approx Light Sea Green. HEX triplet: 1E, AF and A9. RGB value is (30,175,169). Sum of RGB (Red+Green+Blue) = 30+175+169=374 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.02% from 374); Green value is 175 (68.75% from 255 or 46.79% from 374); Blue value is 169 (66.41% from 255 or 45.19% from 374); Max value from RGB is 175 - color contains mainly: green. Hex color #1EAFA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EAFA9 is #E15056. Grayscale: #828282. Windows color (decimal): -14766167 or 11120414. OLE color: 11120414.

HSL color Cylindrical-coordinate representation of color #1EAFA9: hue angle of 177.52º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EAFA9 is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB30175169-
CMYK0.8300.030.31
HSL177.52º70.73%40.2%-
HSV(B)177.52º82.86%68.63%-
XYZ23.0333.842.85-
YUV130.96149.4655.99-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.02%
GREEN value IS 175 (68.75% from 255) = 46.79%
BLUE value IS 169 (66.41% from 255) = 45.19%
R=8.02%
G=46.79%
B=45.19%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal301751690.8300.030.31177.5270.7340.2
Hex1EAFA953031Fb24728
Octal36257251123033726210750
Binary111101010111110101001101001101111111101100101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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