#1EAAB1

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

Shades of Light Sea Green #1EAAB1

Tints of Light Sea Green #1EAAB1

Color information

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

HSL color Cylindrical-coordinate representation of color #1EAAB1: hue angle of 182.86º 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 #1EAAB1 is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB30170177-
CMYK0.830.0400.31
HSL182.86º71.01%40.59%-
HSV(B)182.86º83.05%69.41%-
XYZ22.8532.246.61-
YUV128.94155.1257.43-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal301701770.830.0400.31182.8671.0140.59
Hex1EAAB153401Fb74729
Octal36252261123403726710751
Binary1111010101010101100011010011100011111101101111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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