#1E9E9C

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

Shades of Java #1E9E9C

Tints of Java #1E9E9C

Color information

#1E9E9C (or 0x1E9E9C) is unknown color: approx Java. HEX triplet: 1E, 9E and 9C. RGB value is (30,158,156). Sum of RGB (Red+Green+Blue) = 30+158+156=344 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.72% from 344); Green value is 158 (62.11% from 255 or 45.93% from 344); Blue value is 156 (61.33% from 255 or 45.35% from 344); Max value from RGB is 158 - color contains mainly: green. Hex color #1E9E9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9E9C is #E16163. Grayscale: #777777. Windows color (decimal): -14770532 or 10264094. OLE color: 10264094.

HSL color Cylindrical-coordinate representation of color #1E9E9C: hue angle of 179.06º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E9E9C is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB30158156-
CMYK0.8100.010.38
HSL179.06º68.09%36.86%-
HSV(B)179.06º81.01%61.96%-
XYZ18.7627.1335.7-
YUV119.5148.5964.16-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.72%
GREEN value IS 158 (62.11% from 255) = 45.93%
BLUE value IS 156 (61.33% from 255) = 45.35%
R=8.72%
G=45.93%
B=45.35%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal301581560.8100.010.38179.0668.0936.86
Hex1E9E9C510126b34425
Octal36236234121014626310445
Binary111101001111010011100101000101100110101100111000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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