#1EAAAE

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

Shades of Light Sea Green #1EAAAE

Tints of Light Sea Green #1EAAAE

Color information

#1EAAAE (or 0x1EAAAE) is unknown color: approx Light Sea Green. HEX triplet: 1E, AA and AE. RGB value is (30,170,174). Sum of RGB (Red+Green+Blue) = 30+170+174=374 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.02% from 374); Green value is 170 (66.80% from 255 or 45.45% from 374); Blue value is 174 (68.36% from 255 or 46.52% from 374); Max value from RGB is 174 - color contains mainly: blue. Hex color #1EAAAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EAAAE is #E15551. Grayscale: #808080. Windows color (decimal): -14767442 or 11446814. OLE color: 11446814.

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

Color convert

RGB30170174-
CMYK0.830.0200.32
HSL181.67º70.59%40%-
HSV(B)181.67º82.76%68.24%-
XYZ22.5532.0845.05-
YUV128.6153.6257.67-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.02%
GREEN value IS 170 (66.80% from 255) = 45.45%
BLUE value IS 174 (68.36% from 255) = 46.52%
R=8.02%
G=45.45%
B=46.52%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal301701740.830.0200.32181.6770.5940
Hex1EAAAE532020b64728
Octal36252256123204026610750
Binary1111010101010101011101010011100100000101101101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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