#1EA396

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

Shades of Java #1EA396

Tints of Java #1EA396

Color information

#1EA396 (or 0x1EA396) is unknown color: approx Java. HEX triplet: 1E, A3 and 96. RGB value is (30,163,150). Sum of RGB (Red+Green+Blue) = 30+163+150=343 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.75% from 343); Green value is 163 (64.06% from 255 or 47.52% from 343); Blue value is 150 (58.98% from 255 or 43.73% from 343); Max value from RGB is 163 - color contains mainly: green. Hex color #1EA396 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA396 is #E15C69. Grayscale: #797979. Windows color (decimal): -14769258 or 9872158. OLE color: 9872158.

HSL color Cylindrical-coordinate representation of color #1EA396: hue angle of 174.14º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EA396 is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB30163150-
CMYK0.8200.080.36
HSL174.14º68.91%37.84%-
HSV(B)174.14º81.6%63.92%-
XYZ19.1428.6733.38-
YUV121.75143.9462.56-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.75%
GREEN value IS 163 (64.06% from 255) = 47.52%
BLUE value IS 150 (58.98% from 255) = 43.73%
R=8.75%
G=47.52%
B=43.73%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal301631500.8200.080.36174.1468.9137.84
Hex1EA396520824ae4526
Octal362432261220104425610546
Binary111101010001110010110101001001000100100101011101000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,163,150); }

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

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

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

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

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

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

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