#1EA094

Color #1EA094 Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #1EA094

Tints of Java #1EA094

Color information

#1EA094 (or 0x1EA094) is unknown color: approx Java. HEX triplet: 1E, A0 and 94. RGB value is (30,160,148). Sum of RGB (Red+Green+Blue) = 30+160+148=338 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.88% from 338); Green value is 160 (62.89% from 255 or 47.34% from 338); Blue value is 148 (58.20% from 255 or 43.79% from 338); Max value from RGB is 160 - color contains mainly: green. Hex color #1EA094 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA094 is #E15F6B. Grayscale: #777777. Windows color (decimal): -14770028 or 9740318. OLE color: 9740318.

HSL color Cylindrical-coordinate representation of color #1EA094: hue angle of 174.46º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1EA094 is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB30160148-
CMYK0.8100.070.37
HSL174.46º68.42%37.25%-
HSV(B)174.46º81.25%62.75%-
XYZ18.4527.5632.36-
YUV119.76143.9363.98-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.88%
GREEN value IS 160 (62.89% from 255) = 47.34%
BLUE value IS 148 (58.20% from 255) = 43.79%
R=8.88%
G=47.34%
B=43.79%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal301601480.8100.070.37174.4668.4237.25
Hex1EA094510725ae4425
Octal36240224121074525610445
Binary11110101000001001010010100010111100101101011101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,160,148); }

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

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

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

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

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

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

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