#1EABAE

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

Shades of Light Sea Green #1EABAE

Tints of Light Sea Green #1EABAE

Color information

#1EABAE (or 0x1EABAE) is unknown color: approx Light Sea Green. HEX triplet: 1E, AB and AE. RGB value is (30,171,174). Sum of RGB (Red+Green+Blue) = 30+171+174=375 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 174 - color contains mainly: blue. Hex color #1EABAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EABAE is #E15451. Grayscale: #818181. Windows color (decimal): -14767186 or 11447070. OLE color: 11447070.

HSL color Cylindrical-coordinate representation of color #1EABAE: hue angle of 181.25º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EABAE is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB30171174-
CMYK0.830.0200.32
HSL181.25º70.59%40%-
HSV(B)181.25º82.76%68.24%-
XYZ22.7432.4645.11-
YUV129.18153.2957.26-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8%
GREEN value IS 171 (67.19% from 255) = 45.6%
BLUE value IS 174 (68.36% from 255) = 46.4%
R=8%
G=45.6%
B=46.4%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal301711740.830.0200.32181.2570.5940
Hex1EABAE532020b54728
Octal36253256123204026510750
Binary1111010101011101011101010011100100000101101011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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