#1E9499

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

Shades of Java #1E9499

Tints of Java #1E9499

Color information

#1E9499 (or 0x1E9499) is unknown color: approx Java. HEX triplet: 1E, 94 and 99. RGB value is (30,148,153). Sum of RGB (Red+Green+Blue) = 30+148+153=331 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.06% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 153 (60.16% from 255 or 46.22% from 331); Max value from RGB is 153 - color contains mainly: blue. Hex color #1E9499 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9499 is #E16B66. Grayscale: #717171. Windows color (decimal): -14773095 or 10064926. OLE color: 10064926.

HSL color Cylindrical-coordinate representation of color #1E9499: hue angle of 182.44º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E9499 is Cyan = 0.80, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB30148153-
CMYK0.800.0300.4
HSL182.44º67.21%35.88%-
HSV(B)182.44º80.39%60%-
XYZ16.8823.7633.83-
YUV113.29150.4168.59-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.06%
GREEN value IS 148 (58.20% from 255) = 44.71%
BLUE value IS 153 (60.16% from 255) = 46.22%
R=9.06%
G=44.71%
B=46.22%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal301481530.800.0300.4182.4467.2135.88
Hex1E9499503028b64324
Octal36224231120305026610344
Binary1111010010100100110011010000110101000101101101000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,148,153); }

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

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

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

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

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

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

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