#1E9785

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

Shades of Java #1E9785

Tints of Java #1E9785

Color information

#1E9785 (or 0x1E9785) is unknown color: approx Java. HEX triplet: 1E, 97 and 85. RGB value is (30,151,133). Sum of RGB (Red+Green+Blue) = 30+151+133=314 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.55% from 314); Green value is 151 (59.38% from 255 or 48.09% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 151 - color contains mainly: green. Hex color #1E9785 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9785 is #E1687A. Grayscale: #707070. Windows color (decimal): -14772347 or 8754974. OLE color: 8754974.

HSL color Cylindrical-coordinate representation of color #1E9785: hue angle of 171.07º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E9785 is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB30151133-
CMYK0.8000.120.41
HSL171.07º66.85%35.49%-
HSV(B)171.07º80.13%59.22%-
XYZ15.8424.126.01-
YUV112.77139.4168.96-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.55%
GREEN value IS 151 (59.38% from 255) = 48.09%
BLUE value IS 133 (52.34% from 255) = 42.36%
R=9.55%
G=48.09%
B=42.36%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal301511330.8000.120.41171.0766.8535.49
Hex1E9785500C29ab4323
Octal362272051200145125310343
Binary111101001011110000101101000001100101001101010111000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,151,133); }

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

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

 a { background-color: rgb(30,151,133); }

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

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

 span { border-color: rgb(30,151,133); }

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