#1EADBA

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

Shades of Light Sea Green #1EADBA

Tints of Light Sea Green #1EADBA

Color information

#1EADBA (or 0x1EADBA) is unknown color: approx Light Sea Green. HEX triplet: 1E, AD and BA. RGB value is (30,173,186). Sum of RGB (Red+Green+Blue) = 30+173+186=389 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.71% from 389); Green value is 173 (67.97% from 255 or 44.47% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #1EADBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EADBA is #E15245. Grayscale: #838383. Windows color (decimal): -14766662 or 12234014. OLE color: 12234014.

HSL color Cylindrical-coordinate representation of color #1EADBA: hue angle of 185º 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 #1EADBA is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB30173186-
CMYK0.840.0700.27
HSL185º72.22%42.35%-
HSV(B)185º83.87%72.94%-
XYZ24.3433.7151.68-
YUV131.72158.6255.44-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.71%
GREEN value IS 173 (67.97% from 255) = 44.47%
BLUE value IS 186 (73.05% from 255) = 47.81%
R=7.71%
G=44.47%
B=47.81%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal301731860.840.0700.2718572.2242.35
Hex1EADBA54701Bb9482a
Octal36255272124703327111052
Binary1111010101101101110101010100111011011101110011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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