#199697

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

Shades of Java #199697

Tints of Java #199697

Color information

#199697 (or 0x199697) is unknown color: approx Java. HEX triplet: 19, 96 and 97. RGB value is (25,150,151). Sum of RGB (Red+Green+Blue) = 25+150+151=326 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.67% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 151 (59.38% from 255 or 46.32% from 326); Max value from RGB is 151 - color contains mainly: blue. Hex color #199697 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199697 is #E66968. Grayscale: #707070. Windows color (decimal): -15100265 or 9934361. OLE color: 9934361.

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

Color convert

RGB25150151-
CMYK0.830.0100.41
HSL180.48º71.59%34.51%-
HSV(B)180.48º83.44%59.22%-
XYZ16.8924.2533.07-
YUV112.74149.5965.42-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.67%
GREEN value IS 150 (58.98% from 255) = 46.01%
BLUE value IS 151 (59.38% from 255) = 46.32%
R=7.67%
G=46.01%
B=46.32%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal251501510.830.0100.41180.4871.5934.51
Hex199697531029b44823
Octal31226227123105126411043
Binary110011001011010010111101001110101001101101001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #199697; }

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

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

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

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

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

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

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

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