#189386

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

Shades of Java #189386

Tints of Java #189386

Color information

#189386 (or 0x189386) is unknown color: approx Java. HEX triplet: 18, 93 and 86. RGB value is (24,147,134). Sum of RGB (Red+Green+Blue) = 24+147+134=305 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.87% from 305); Green value is 147 (57.81% from 255 or 48.20% from 305); Blue value is 134 (52.73% from 255 or 43.93% from 305); Max value from RGB is 147 - color contains mainly: green. Hex color #189386 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189386 is #E76C79. Grayscale: #6C6C6C. Windows color (decimal): -15166586 or 8819480. OLE color: 8819480.

HSL color Cylindrical-coordinate representation of color #189386: hue angle of 173.66º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #189386 is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB24147134-
CMYK0.8400.090.42
HSL173.66º71.93%33.53%-
HSV(B)173.66º83.67%57.65%-
XYZ15.1122.7826.16-
YUV108.74142.2567.56-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.87%
GREEN value IS 147 (57.81% from 255) = 48.20%
BLUE value IS 134 (52.73% from 255) = 43.93%
R=7.87%
G=48.20%
B=43.93%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal241471340.8400.090.42173.6671.9333.53
Hex18938654092Aae4822
Octal302232061240115225611042
Binary110001001001110000110101010001001101010101011101001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #189386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #189386; }

 p { color: rgb(24,147,134); }

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

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

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

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

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

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

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