#1EAEAC

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

Shades of Light Sea Green #1EAEAC

Tints of Light Sea Green #1EAEAC

Color information

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

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

Color convert

RGB30174172-
CMYK0.8300.010.32
HSL179.17º70.59%40%-
HSV(B)179.17º82.76%68.24%-
XYZ23.1233.5344.28-
YUV130.72151.2956.16-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal301741720.8300.010.32179.1770.5940
Hex1EAEAC530120b34728
Octal36256254123014026310750
Binary111101010111010101100101001101100000101100111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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