#188596

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

Shades of Java #188596

Tints of Java #188596

Color information

#188596 (or 0x188596) is unknown color: approx Java. HEX triplet: 18, 85 and 96. RGB value is (24,133,150). Sum of RGB (Red+Green+Blue) = 24+133+150=307 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.82% from 307); Green value is 133 (52.34% from 255 or 43.32% from 307); Blue value is 150 (58.98% from 255 or 48.86% from 307); Max value from RGB is 150 - color contains mainly: blue. Hex color #188596 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188596 is #E77A69. Grayscale: #666666. Windows color (decimal): -15170154 or 9864472. OLE color: 9864472.

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

Color convert

RGB24133150-
CMYK0.840.1100.41
HSL188.1º72.41%34.12%-
HSV(B)188.1º84%58.82%-
XYZ14.2719.1731.8-
YUV102.35154.8972.12-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.82%
GREEN value IS 133 (52.34% from 255) = 43.32%
BLUE value IS 150 (58.98% from 255) = 48.86%
R=7.82%
G=43.32%
B=48.86%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal241331500.840.1100.41188.172.4134.12
Hex18859654B029bc4822
Octal302052261241305127411042
Binary110001000010110010110101010010110101001101111001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188596; }

 p { color: rgb(24,133,150); }

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

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

 a { background-color: rgb(24,133,150); }

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

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

 span { border-color: rgb(24,133,150); }

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