#1EAD9F

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

Shades of Light Sea Green #1EAD9F

Tints of Light Sea Green #1EAD9F

Color information

#1EAD9F (or 0x1EAD9F) is unknown color: approx Light Sea Green. HEX triplet: 1E, AD and 9F. RGB value is (30,173,159). Sum of RGB (Red+Green+Blue) = 30+173+159=362 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.29% from 362); Green value is 173 (67.97% from 255 or 47.79% from 362); Blue value is 159 (62.5% from 255 or 43.92% from 362); Max value from RGB is 173 - color contains mainly: green. Hex color #1EAD9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EAD9F is #E15260. Grayscale: #808080. Windows color (decimal): -14766689 or 10464542. OLE color: 10464542.

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

Color convert

RGB30173159-
CMYK0.8300.080.32
HSL174.13º70.44%39.8%-
HSV(B)174.13º82.66%67.84%-
XYZ21.7432.6737.96-
YUV128.65145.1257.64-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.29%
GREEN value IS 173 (67.97% from 255) = 47.79%
BLUE value IS 159 (62.5% from 255) = 43.92%
R=8.29%
G=47.79%
B=43.92%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal301731590.8300.080.32174.1370.4439.8
Hex1EAD9F530820ae4628
Octal362552371230104025610650
Binary111101010110110011111101001101000100000101011101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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