#188690

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

Shades of Java #188690

Tints of Java #188690

Color information

#188690 (or 0x188690) is unknown color: approx Java. HEX triplet: 18, 86 and 90. RGB value is (24,134,144). Sum of RGB (Red+Green+Blue) = 24+134+144=302 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.95% from 302); Green value is 134 (52.73% from 255 or 44.37% from 302); Blue value is 144 (56.64% from 255 or 47.68% from 302); Max value from RGB is 144 - color contains mainly: blue. Hex color #188690 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188690 is #E7796F. Grayscale: #666666. Windows color (decimal): -15169904 or 9471512. OLE color: 9471512.

HSL color Cylindrical-coordinate representation of color #188690: hue angle of 185º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #188690 is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB24134144-
CMYK0.830.0700.44
HSL185º71.43%32.94%-
HSV(B)185º83.33%56.47%-
XYZ13.9419.2629.37-
YUV102.25151.5672.19-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.95%
GREEN value IS 134 (52.73% from 255) = 44.37%
BLUE value IS 144 (56.64% from 255) = 47.68%
R=7.95%
G=44.37%
B=47.68%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal241341440.830.0700.4418571.4332.94
Hex18869053702Cb94721
Octal30206220123705427110741
Binary11000100001101001000010100111110101100101110011000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188690; }

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

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

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

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

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

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

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

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