#1EAFAA

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

Shades of Light Sea Green #1EAFAA

Tints of Light Sea Green #1EAFAA

Color information

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

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

Color convert

RGB30175170-
CMYK0.8300.030.31
HSL177.93º70.73%40.2%-
HSV(B)177.93º82.86%68.63%-
XYZ23.1233.8443.34-
YUV131.07149.9655.91-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal301751700.8300.030.31177.9370.7340.2
Hex1EAFAA53031Fb24728
Octal36257252123033726210750
Binary111101010111110101010101001101111111101100101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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