#1E939C

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

Shades of Java #1E939C

Tints of Java #1E939C

Color information

#1E939C (or 0x1E939C) is unknown color: approx Java. HEX triplet: 1E, 93 and 9C. RGB value is (30,147,156). Sum of RGB (Red+Green+Blue) = 30+147+156=333 (44% of max value = 765). Red value is 30 (12.11% from 255 or 9.01% from 333); Green value is 147 (57.81% from 255 or 44.14% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 156 - color contains mainly: blue. Hex color #1E939C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E939C is #E16C63. Grayscale: #707070. Windows color (decimal): -14773348 or 10261278. OLE color: 10261278.

HSL color Cylindrical-coordinate representation of color #1E939C: hue angle of 184.29º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E939C is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB30147156-
CMYK0.810.0600.39
HSL184.29º67.74%36.47%-
HSV(B)184.29º80.77%61.18%-
XYZ16.9723.5435.1-
YUV113.04152.2468.77-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.01%
GREEN value IS 147 (57.81% from 255) = 44.14%
BLUE value IS 156 (61.33% from 255) = 46.85%
R=9.01%
G=44.14%
B=46.85%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal301471560.810.0600.39184.2967.7436.47
Hex1E939C516027b84424
Octal36223234121604727010444
Binary11110100100111001110010100011100100111101110001000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E939C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,147,156); }

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

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

 a { background-color: rgb(30,147,156); }

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

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

 span { border-color: rgb(30,147,156); }

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