#199996

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

Shades of Java #199996

Tints of Java #199996

Color information

#199996 (or 0x199996) is unknown color: approx Java. HEX triplet: 19, 99 and 96. RGB value is (25,153,150). Sum of RGB (Red+Green+Blue) = 25+153+150=328 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.62% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 150 (58.98% from 255 or 45.73% from 328); Max value from RGB is 153 - color contains mainly: green. Hex color #199996 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199996 is #E66669. Grayscale: #727272. Windows color (decimal): -15099498 or 9869593. OLE color: 9869593.

HSL color Cylindrical-coordinate representation of color #199996: hue angle of 178.59º 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 #199996 is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.4.

Color convert

RGB25153150-
CMYK0.8400.020.4
HSL178.59º71.91%34.9%-
HSV(B)178.59º83.66%60%-
XYZ17.325.1932.8-
YUV114.39148.0964.24-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.62%
GREEN value IS 153 (60.16% from 255) = 46.65%
BLUE value IS 150 (58.98% from 255) = 45.73%
R=7.62%
G=46.65%
B=45.73%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal251531500.8400.020.4178.5971.9134.9
Hex199996540228b34823
Octal31231226124025026311043
Binary1100110011001100101101010100010101000101100111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #199996; }

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

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

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

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

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

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

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

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