#198696

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

Shades of Java #198696

Tints of Java #198696

Color information

#198696 (or 0x198696) is unknown color: approx Java. HEX triplet: 19, 86 and 96. RGB value is (25,134,150). Sum of RGB (Red+Green+Blue) = 25+134+150=309 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.09% from 309); Green value is 134 (52.73% from 255 or 43.37% from 309); Blue value is 150 (58.98% from 255 or 48.54% from 309); Max value from RGB is 150 - color contains mainly: blue. Hex color #198696 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198696 is #E67969. Grayscale: #676767. Windows color (decimal): -15104362 or 9864729. OLE color: 9864729.

HSL color Cylindrical-coordinate representation of color #198696: hue angle of 187.68º 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 #198696 is Cyan = 0.83, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB25134150-
CMYK0.830.1100.41
HSL187.68º71.43%34.31%-
HSV(B)187.68º83.33%58.82%-
XYZ14.4319.4631.85-
YUV103.23154.3972.2-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.09%
GREEN value IS 134 (52.73% from 255) = 43.37%
BLUE value IS 150 (58.98% from 255) = 48.54%
R=8.09%
G=43.37%
B=48.54%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal251341500.830.1100.41187.6871.4334.31
Hex19869653B029bc4722
Octal312062261231305127410742
Binary110011000011010010110101001110110101001101111001000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198696; }

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

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

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

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

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

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

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

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