#1eaaaa

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

Shades of Light Sea Green #1EAAAA

Tints of Light Sea Green #1EAAAA

Color information

#1EAAAA (or 0x1EAAAA) is unknown color: approx Light Sea Green. HEX triplet: 1E, AA and AA. RGB value is (30,170,170). Sum of RGB (Red+Green+Blue) = 30+170+170=370 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.11% from 370); Green value is 170 (66.80% from 255 or 45.95% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #1EAAAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EAAAA is #E15555. Grayscale: #808080. Windows color (decimal): -14767446 or 11184670. OLE color: 11184670.

HSL color Cylindrical-coordinate representation of color #1EAAAA: hue angle of 180º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EAAAA is Cyan = 0.82, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB30170170-
CMYK0.82000.33
HSL180º70%39.22%-
HSV(B)180º82.35%66.67%-
XYZ22.1731.9343.02-
YUV128.14151.6258-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.11%
GREEN value IS 170 (66.80% from 255) = 45.95%
BLUE value IS 170 (66.80% from 255) = 45.95%
R=8.11%
G=45.95%
B=45.95%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal301701700.82000.331807039.22
Hex1EAAAA520021b44627
Octal36252252122004126410647
Binary111101010101010101010101001000100001101101001000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1eaaaa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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