#1EBDAC

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

Shades of Light Sea Green #1EBDAC

Tints of Light Sea Green #1EBDAC

Color information

#1EBDAC (or 0x1EBDAC) is unknown color: approx Light Sea Green. HEX triplet: 1E, BD and AC. RGB value is (30,189,172). Sum of RGB (Red+Green+Blue) = 30+189+172=391 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.67% from 391); Green value is 189 (74.22% from 255 or 48.34% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 189 - color contains mainly: green. Hex color #1EBDAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EBDAC is #E14253. Grayscale: #8B8B8B. Windows color (decimal): -14762580 or 11320606. OLE color: 11320606.

HSL color Cylindrical-coordinate representation of color #1EBDAC: hue angle of 173.58º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EBDAC is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB30189172-
CMYK0.8400.090.26
HSL173.58º72.6%42.94%-
HSV(B)173.58º84.13%74.12%-
XYZ26.1839.6545.3-
YUV139.52146.3249.88-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.67%
GREEN value IS 189 (74.22% from 255) = 48.34%
BLUE value IS 172 (67.58% from 255) = 43.99%
R=7.67%
G=48.34%
B=43.99%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal301891720.8400.090.26173.5872.642.94
Hex1EBDAC54091Aae492b
Octal362752541240113225611153
Binary11110101111011010110010101000100111010101011101001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EBDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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