#1EACAE

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

Shades of Light Sea Green #1EACAE

Tints of Light Sea Green #1EACAE

Color information

#1EACAE (or 0x1EACAE) is unknown color: approx Light Sea Green. HEX triplet: 1E, AC and AE. RGB value is (30,172,174). Sum of RGB (Red+Green+Blue) = 30+172+174=376 (49% of max value = 765). Red value is 30 (12.11% from 255 or 7.98% from 376); Green value is 172 (67.58% from 255 or 45.74% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 174 - color contains mainly: blue. Hex color #1EACAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EACAE is #E15351. Grayscale: #818181. Windows color (decimal): -14766930 or 11447326. OLE color: 11447326.

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

Color convert

RGB30172174-
CMYK0.830.0100.32
HSL180.83º70.59%40%-
HSV(B)180.83º82.76%68.24%-
XYZ22.9332.8445.17-
YUV129.77152.9656.84-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.98%
GREEN value IS 172 (67.58% from 255) = 45.74%
BLUE value IS 174 (68.36% from 255) = 46.28%
R=7.98%
G=45.74%
B=46.28%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal301721740.830.0100.32180.8370.5940
Hex1EACAE531020b54728
Octal36254256123104026510750
Binary111101010110010101110101001110100000101101011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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