#199096

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

Shades of Java #199096

Tints of Java #199096

Color information

#199096 (or 0x199096) is unknown color: approx Java. HEX triplet: 19, 90 and 96. RGB value is (25,144,150). Sum of RGB (Red+Green+Blue) = 25+144+150=319 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.84% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 150 (58.98% from 255 or 47.02% from 319); Max value from RGB is 150 - color contains mainly: blue. Hex color #199096 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199096 is #E66F69. Grayscale: #6C6C6C. Windows color (decimal): -15101802 or 9867289. OLE color: 9867289.

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

Color convert

RGB25144150-
CMYK0.830.0400.41
HSL182.88º71.43%34.31%-
HSV(B)182.88º83.33%58.82%-
XYZ15.8822.3632.33-
YUV109.1151.0868.01-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.84%
GREEN value IS 144 (56.64% from 255) = 45.14%
BLUE value IS 150 (58.98% from 255) = 47.02%
R=7.84%
G=45.14%
B=47.02%

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
Decimal251441500.830.0400.41182.8871.4334.31
Hex199096534029b74722
Octal31220226123405126710742
Binary11001100100001001011010100111000101001101101111000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #199096; }

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

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

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

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

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

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

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

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