#1EAC9F

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

Shades of Light Sea Green #1EAC9F

Tints of Light Sea Green #1EAC9F

Color information

#1EAC9F (or 0x1EAC9F) is unknown color: approx Light Sea Green. HEX triplet: 1E, AC and 9F. RGB value is (30,172,159). Sum of RGB (Red+Green+Blue) = 30+172+159=361 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.31% from 361); Green value is 172 (67.58% from 255 or 47.65% from 361); Blue value is 159 (62.5% from 255 or 44.04% from 361); Max value from RGB is 172 - color contains mainly: green. Hex color #1EAC9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EAC9F is #E15360. Grayscale: #7F7F7F. Windows color (decimal): -14766945 or 10464286. OLE color: 10464286.

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

Color convert

RGB30172159-
CMYK0.8300.080.33
HSL174.51º70.3%39.61%-
HSV(B)174.51º82.56%67.45%-
XYZ21.5532.2837.9-
YUV128.06145.4658.06-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.31%
GREEN value IS 172 (67.58% from 255) = 47.65%
BLUE value IS 159 (62.5% from 255) = 44.04%
R=8.31%
G=47.65%
B=44.04%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal301721590.8300.080.33174.5170.339.61
Hex1EAC9F530821af4628
Octal362542371230104125710650
Binary111101010110010011111101001101000100001101011111000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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