#1EACBA

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

Shades of Light Sea Green #1EACBA

Tints of Light Sea Green #1EACBA

Color information

#1EACBA (or 0x1EACBA) is unknown color: approx Light Sea Green. HEX triplet: 1E, AC and BA. RGB value is (30,172,186). Sum of RGB (Red+Green+Blue) = 30+172+186=388 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.73% from 388); Green value is 172 (67.58% from 255 or 44.33% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #1EACBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EACBA is #E15345. Grayscale: #828282. Windows color (decimal): -14766918 or 12233758. OLE color: 12233758.

HSL color Cylindrical-coordinate representation of color #1EACBA: hue angle of 185.38º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EACBA is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB30172186-
CMYK0.840.0800.27
HSL185.38º72.22%42.35%-
HSV(B)185.38º83.87%72.94%-
XYZ24.1533.3351.61-
YUV131.14158.9655.86-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.73%
GREEN value IS 172 (67.58% from 255) = 44.33%
BLUE value IS 186 (73.05% from 255) = 47.94%
R=7.73%
G=44.33%
B=47.94%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal301721860.840.0800.27185.3872.2242.35
Hex1EACBA54801Bb9482a
Octal362542721241003327111052
Binary11110101011001011101010101001000011011101110011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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