#1EB9AA

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

Shades of Light Sea Green #1EB9AA

Tints of Light Sea Green #1EB9AA

Color information

#1EB9AA (or 0x1EB9AA) is unknown color: approx Light Sea Green. HEX triplet: 1E, B9 and AA. RGB value is (30,185,170). Sum of RGB (Red+Green+Blue) = 30+185+170=385 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.79% from 385); Green value is 185 (72.66% from 255 or 48.05% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 185 - color contains mainly: green. Hex color #1EB9AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EB9AA is #E14655. Grayscale: #888888. Windows color (decimal): -14763606 or 11188510. OLE color: 11188510.

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

Color convert

RGB30185170-
CMYK0.8400.080.27
HSL174.19º72.09%42.16%-
HSV(B)174.19º83.78%72.55%-
XYZ25.1437.8844.02-
YUV136.94146.6551.72-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.79%
GREEN value IS 185 (72.66% from 255) = 48.05%
BLUE value IS 170 (66.80% from 255) = 44.16%
R=7.79%
G=48.05%
B=44.16%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal301851700.8400.080.27174.1972.0942.16
Hex1EB9AA54081Bae482a
Octal362712521240103325611052
Binary11110101110011010101010101000100011011101011101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EB9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,185,170); }

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

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

 a { background-color: rgb(30,185,170); }

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

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

 span { border-color: rgb(30,185,170); }

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