#199896

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

Shades of Java #199896

Tints of Java #199896

Color information

#199896 (or 0x199896) is unknown color: approx Java. HEX triplet: 19, 98 and 96. RGB value is (25,152,150). Sum of RGB (Red+Green+Blue) = 25+152+150=327 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.65% from 327); Green value is 152 (59.77% from 255 or 46.48% from 327); Blue value is 150 (58.98% from 255 or 45.87% from 327); Max value from RGB is 152 - color contains mainly: green. Hex color #199896 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199896 is #E66769. Grayscale: #717171. Windows color (decimal): -15099754 or 9869337. OLE color: 9869337.

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

Color convert

RGB25152150-
CMYK0.8400.010.40
HSL179.06º71.75%34.71%-
HSV(B)179.06º83.55%59.61%-
XYZ17.1324.8732.75-
YUV113.8148.4264.66-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.65%
GREEN value IS 152 (59.77% from 255) = 46.48%
BLUE value IS 150 (58.98% from 255) = 45.87%
R=7.65%
G=46.48%
B=45.87%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal251521500.8400.010.40179.0671.7534.71
Hex199896540128b34823
Octal31230226124015026311043
Binary110011001100010010110101010001101000101100111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #199896; }

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

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

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

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

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

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

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

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