#1EB1AA

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

Shades of Light Sea Green #1EB1AA

Tints of Light Sea Green #1EB1AA

Color information

#1EB1AA (or 0x1EB1AA) is unknown color: approx Light Sea Green. HEX triplet: 1E, B1 and AA. RGB value is (30,177,170). Sum of RGB (Red+Green+Blue) = 30+177+170=377 (49% of max value = 765). Red value is 30 (12.11% from 255 or 7.96% from 377); Green value is 177 (69.53% from 255 or 46.95% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 177 - color contains mainly: green. Hex color #1EB1AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EB1AA is #E14E55. Grayscale: #848484. Windows color (decimal): -14765654 or 11186462. OLE color: 11186462.

HSL color Cylindrical-coordinate representation of color #1EB1AA: hue angle of 177.14º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EB1AA is Cyan = 0.83, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB30177170-
CMYK0.8300.040.31
HSL177.14º71.01%40.59%-
HSV(B)177.14º83.05%69.41%-
XYZ23.5134.6243.47-
YUV132.25149.355.07-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.96%
GREEN value IS 177 (69.53% from 255) = 46.95%
BLUE value IS 170 (66.80% from 255) = 45.09%
R=7.96%
G=46.95%
B=45.09%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal301771700.8300.040.31177.1471.0140.59
Hex1EB1AA53041Fb14729
Octal36261252123043726110751
Binary1111010110001101010101010011010011111101100011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EB1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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