#1EB4AE

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

Shades of Light Sea Green #1EB4AE

Tints of Light Sea Green #1EB4AE

Color information

#1EB4AE (or 0x1EB4AE) is unknown color: approx Light Sea Green. HEX triplet: 1E, B4 and AE. RGB value is (30,180,174). Sum of RGB (Red+Green+Blue) = 30+180+174=384 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.81% from 384); Green value is 180 (70.70% from 255 or 46.88% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 180 - color contains mainly: green. Hex color #1EB4AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EB4AE is #E14B51. Grayscale: #868686. Windows color (decimal): -14764882 or 11449374. OLE color: 11449374.

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

Color convert

RGB30180174-
CMYK0.8300.030.29
HSL177.6º71.43%41.18%-
HSV(B)177.6º83.33%70.59%-
XYZ24.535.9745.7-
YUV134.47150.353.49-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.81%
GREEN value IS 180 (70.70% from 255) = 46.88%
BLUE value IS 174 (68.36% from 255) = 45.31%
R=7.81%
G=46.88%
B=45.31%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal301801740.8300.030.29177.671.4341.18
Hex1EB4AE53031Db24729
Octal36264256123033526210751
Binary111101011010010101110101001101111101101100101000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EB4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,180,174); }

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

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

 a { background-color: rgb(30,180,174); }

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

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

 span { border-color: rgb(30,180,174); }

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