#1E9393

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

Shades of Java #1E9393

Tints of Java #1E9393

Color information

#1E9393 (or 0x1E9393) is unknown color: approx Java. HEX triplet: 1E, 93 and 93. RGB value is (30,147,147). Sum of RGB (Red+Green+Blue) = 30+147+147=324 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.26% from 324); Green value is 147 (57.81% from 255 or 45.37% from 324); Blue value is 147 (57.81% from 255 or 45.37% from 324); Max value from RGB is 147 - color contains mainly: green, blue. Hex color #1E9393 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9393 is #E16C6C. Grayscale: #6F6F6F. Windows color (decimal): -14773357 or 9671454. OLE color: 9671454.

HSL color Cylindrical-coordinate representation of color #1E9393: hue angle of 180º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E9393 is Cyan = 0.80, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB30147147-
CMYK0.80000.42
HSL180º66.1%34.71%-
HSV(B)180º79.59%57.65%-
XYZ16.2423.2531.24-
YUV112.02147.7469.5-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.26%
GREEN value IS 147 (57.81% from 255) = 45.37%
BLUE value IS 147 (57.81% from 255) = 45.37%
R=9.26%
G=45.37%
B=45.37%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal301471470.80000.4218066.134.71
Hex1E939350002Ab44223
Octal36223223120005226410243
Binary111101001001110010011101000000101010101101001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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