#1e9293

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

Shades of Java #1E9293

Tints of Java #1E9293

Color information

#1E9293 (or 0x1E9293) is unknown color: approx Java. HEX triplet: 1E, 92 and 93. RGB value is (30,146,147). Sum of RGB (Red+Green+Blue) = 30+146+147=323 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.29% from 323); Green value is 146 (57.42% from 255 or 45.20% from 323); Blue value is 147 (57.81% from 255 or 45.51% from 323); Max value from RGB is 147 - color contains mainly: blue. Hex color #1E9293 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9293 is #E16D6C. Grayscale: #6F6F6F. Windows color (decimal): -14773613 or 9671198. OLE color: 9671198.

HSL color Cylindrical-coordinate representation of color #1E9293: hue angle of 180.51º 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 #1E9293 is Cyan = 0.80, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB30146147-
CMYK0.800.0100.42
HSL180.51º66.1%34.71%-
HSV(B)180.51º79.59%57.65%-
XYZ16.0822.9431.18-
YUV111.43148.0769.92-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.29%
GREEN value IS 146 (57.42% from 255) = 45.20%
BLUE value IS 147 (57.81% from 255) = 45.51%
R=9.29%
G=45.20%
B=45.51%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal301461470.800.0100.42180.5166.134.71
Hex1E929350102Ab54223
Octal36222223120105226510243
Binary111101001001010010011101000010101010101101011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e9293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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