#1EACB4

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

Shades of Light Sea Green #1EACB4

Tints of Light Sea Green #1EACB4

Color information

#1EACB4 (or 0x1EACB4) is unknown color: approx Light Sea Green. HEX triplet: 1E, AC and B4. RGB value is (30,172,180). Sum of RGB (Red+Green+Blue) = 30+172+180=382 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.85% from 382); Green value is 172 (67.58% from 255 or 45.03% from 382); Blue value is 180 (70.70% from 255 or 47.12% from 382); Max value from RGB is 180 - color contains mainly: blue. Hex color #1EACB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EACB4 is #E1534B. Grayscale: #828282. Windows color (decimal): -14766924 or 11840542. OLE color: 11840542.

HSL color Cylindrical-coordinate representation of color #1EACB4: hue angle of 183.2º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EACB4 is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB30172180-
CMYK0.830.0400.29
HSL183.2º71.43%41.18%-
HSV(B)183.2º83.33%70.59%-
XYZ23.5333.0848.32-
YUV130.45155.9656.35-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.85%
GREEN value IS 172 (67.58% from 255) = 45.03%
BLUE value IS 180 (70.70% from 255) = 47.12%
R=7.85%
G=45.03%
B=47.12%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal301721800.830.0400.29183.271.4341.18
Hex1EACB453401Db74729
Octal36254264123403526710751
Binary1111010101100101101001010011100011101101101111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EACB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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