#198496

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

Shades of Java #198496

Tints of Java #198496

Color information

#198496 (or 0x198496) is unknown color: approx Java. HEX triplet: 19, 84 and 96. RGB value is (25,132,150). Sum of RGB (Red+Green+Blue) = 25+132+150=307 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.14% from 307); Green value is 132 (51.95% from 255 or 43.00% 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 #198496 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198496 is #E67B69. Grayscale: #656565. Windows color (decimal): -15104874 or 9864217. OLE color: 9864217.

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

Color convert

RGB25132150-
CMYK0.830.1200.41
HSL188.64º71.43%34.31%-
HSV(B)188.64º83.33%58.82%-
XYZ14.1618.9131.76-
YUV102.06155.0573.04-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.14%
GREEN value IS 132 (51.95% from 255) = 43.00%
BLUE value IS 150 (58.98% from 255) = 48.86%
R=8.14%
G=43.00%
B=48.86%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal251321500.830.1200.41188.6471.4334.31
Hex19849653C029bd4722
Octal312042261231405127510742
Binary110011000010010010110101001111000101001101111011000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198496; }

 p { color: rgb(25,132,150); }

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

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

 a { background-color: rgb(25,132,150); }

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

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

 span { border-color: rgb(25,132,150); }

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