#1EACA0

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

Shades of Light Sea Green #1EACA0

Tints of Light Sea Green #1EACA0

Color information

#1EACA0 (or 0x1EACA0) is unknown color: approx Light Sea Green. HEX triplet: 1E, AC and A0. RGB value is (30,172,160). Sum of RGB (Red+Green+Blue) = 30+172+160=362 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.29% from 362); Green value is 172 (67.58% from 255 or 47.51% from 362); Blue value is 160 (62.89% from 255 or 44.20% from 362); Max value from RGB is 172 - color contains mainly: green. Hex color #1EACA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EACA0 is #E1535F. Grayscale: #808080. Windows color (decimal): -14766944 or 10529822. OLE color: 10529822.

HSL color Cylindrical-coordinate representation of color #1EACA0: hue angle of 174.93º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EACA0 is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB30172160-
CMYK0.8300.070.33
HSL174.93º70.3%39.61%-
HSV(B)174.93º82.56%67.45%-
XYZ21.6332.3238.36-
YUV128.17145.9657.98-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.29%
GREEN value IS 172 (67.58% from 255) = 47.51%
BLUE value IS 160 (62.89% from 255) = 44.20%
R=8.29%
G=47.51%
B=44.20%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal301721600.8300.070.33174.9370.339.61
Hex1EACA0530721af4628
Octal36254240123074125710650
Binary11110101011001010000010100110111100001101011111000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EACA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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