#1EADA0

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

Shades of Light Sea Green #1EADA0

Tints of Light Sea Green #1EADA0

Color information

#1EADA0 (or 0x1EADA0) is unknown color: approx Light Sea Green. HEX triplet: 1E, AD and A0. RGB value is (30,173,160). Sum of RGB (Red+Green+Blue) = 30+173+160=363 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.26% from 363); Green value is 173 (67.97% from 255 or 47.66% from 363); Blue value is 160 (62.89% from 255 or 44.08% from 363); Max value from RGB is 173 - color contains mainly: green. Hex color #1EADA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EADA0 is #E1525F. Grayscale: #808080. Windows color (decimal): -14766688 or 10530078. OLE color: 10530078.

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

Color convert

RGB30173160-
CMYK0.8300.080.32
HSL174.55º70.44%39.8%-
HSV(B)174.55º82.66%67.84%-
XYZ21.8232.738.42-
YUV128.76145.6257.56-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.26%
GREEN value IS 173 (67.97% from 255) = 47.66%
BLUE value IS 160 (62.89% from 255) = 44.08%
R=8.26%
G=47.66%
B=44.08%

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
Decimal301731600.8300.080.32174.5570.4439.8
Hex1EADA0530820af4628
Octal362552401230104025710650
Binary111101010110110100000101001101000100000101011111000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EADA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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