#1EA9AE

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

Shades of Light Sea Green #1EA9AE

Tints of Light Sea Green #1EA9AE

Color information

#1EA9AE (or 0x1EA9AE) is unknown color: approx Light Sea Green. HEX triplet: 1E, A9 and AE. RGB value is (30,169,174). Sum of RGB (Red+Green+Blue) = 30+169+174=373 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.04% from 373); Green value is 169 (66.41% from 255 or 45.31% from 373); Blue value is 174 (68.36% from 255 or 46.65% from 373); Max value from RGB is 174 - color contains mainly: blue. Hex color #1EA9AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA9AE is #E15651. Grayscale: #7F7F7F. Windows color (decimal): -14767698 or 11446558. OLE color: 11446558.

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

Color convert

RGB30169174-
CMYK0.830.0300.32
HSL182.08º70.59%40%-
HSV(B)182.08º82.76%68.24%-
XYZ22.3631.7144.99-
YUV128.01153.9558.09-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.04%
GREEN value IS 169 (66.41% from 255) = 45.31%
BLUE value IS 174 (68.36% from 255) = 46.65%
R=8.04%
G=45.31%
B=46.65%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal301691740.830.0300.32182.0870.5940
Hex1EA9AE533020b64728
Octal36251256123304026610750
Binary1111010101001101011101010011110100000101101101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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