#199686

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

Shades of Java #199686

Tints of Java #199686

Color information

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

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

Color convert

RGB25150134-
CMYK0.8300.110.41
HSL172.32º71.43%34.31%-
HSV(B)172.32º83.33%58.82%-
XYZ15.6123.7426.31-
YUV110.8141.0966.8-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal251501340.8300.110.41172.3271.4334.31
Hex199686530B29ac4722
Octal312262061230135125410742
Binary110011001011010000110101001101011101001101011001000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #199686; }

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

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

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

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

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

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

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

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