#199197

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

Shades of Java #199197

Tints of Java #199197

Color information

#199197 (or 0x199197) is unknown color: approx Java. HEX triplet: 19, 91 and 97. RGB value is (25,145,151). Sum of RGB (Red+Green+Blue) = 25+145+151=321 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.79% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 151 (59.38% from 255 or 47.04% from 321); Max value from RGB is 151 - color contains mainly: blue. Hex color #199197 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199197 is #E66E68. Grayscale: #6D6D6D. Windows color (decimal): -15101545 or 9933081. OLE color: 9933081.

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

Color convert

RGB25145151-
CMYK0.830.0400.41
HSL182.86º71.59%34.51%-
HSV(B)182.86º83.44%59.22%-
XYZ16.1122.6932.81-
YUV109.8151.2467.51-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.79%
GREEN value IS 145 (57.03% from 255) = 45.17%
BLUE value IS 151 (59.38% from 255) = 47.04%
R=7.79%
G=45.17%
B=47.04%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal251451510.830.0400.41182.8671.5934.51
Hex199197534029b74823
Octal31221227123405126711043
Binary11001100100011001011110100111000101001101101111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #199197; }

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

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

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

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

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

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

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

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