#1EB6AC

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

Shades of Light Sea Green #1EB6AC

Tints of Light Sea Green #1EB6AC

Color information

#1EB6AC (or 0x1EB6AC) is unknown color: approx Light Sea Green. HEX triplet: 1E, B6 and AC. RGB value is (30,182,172). Sum of RGB (Red+Green+Blue) = 30+182+172=384 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.81% from 384); Green value is 182 (71.48% from 255 or 47.40% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 182 - color contains mainly: green. Hex color #1EB6AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EB6AC is #E14953. Grayscale: #878787. Windows color (decimal): -14764372 or 11318814. OLE color: 11318814.

HSL color Cylindrical-coordinate representation of color #1EB6AC: hue angle of 176.05º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EB6AC is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB30182172-
CMYK0.8400.050.29
HSL176.05º71.7%41.57%-
HSV(B)176.05º83.52%71.37%-
XYZ24.7136.7144.81-
YUV135.41148.6452.81-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.81%
GREEN value IS 182 (71.48% from 255) = 47.40%
BLUE value IS 172 (67.58% from 255) = 44.79%
R=7.81%
G=47.40%
B=44.79%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal301821720.8400.050.29176.0571.741.57
Hex1EB6AC54051Db0482a
Octal36266254124053526011052
Binary1111010110110101011001010100010111101101100001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EB6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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