#1EAAAF

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

Shades of Light Sea Green #1EAAAF

Tints of Light Sea Green #1EAAAF

Color information

#1EAAAF (or 0x1EAAAF) is unknown color: approx Light Sea Green. HEX triplet: 1E, AA and AF. RGB value is (30,170,175). Sum of RGB (Red+Green+Blue) = 30+170+175=375 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8% from 375); Green value is 170 (66.80% from 255 or 45.33% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #1EAAAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EAAAF is #E15550. Grayscale: #808080. Windows color (decimal): -14767441 or 11512350. OLE color: 11512350.

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

Color convert

RGB30170175-
CMYK0.830.0300.31
HSL182.07º70.73%40.2%-
HSV(B)182.07º82.86%68.63%-
XYZ22.6532.1245.56-
YUV128.71154.1257.59-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8%
GREEN value IS 170 (66.80% from 255) = 45.33%
BLUE value IS 175 (68.75% from 255) = 46.67%
R=8%
G=45.33%
B=46.67%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal301701750.830.0300.31182.0770.7340.2
Hex1EAAAF53301Fb64728
Octal36252257123303726610750
Binary111101010101010101111101001111011111101101101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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