#199B96

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

Shades of Java #199B96

Tints of Java #199B96

Color information

#199B96 (or 0x199B96) is unknown color: approx Java. HEX triplet: 19, 9B and 96. RGB value is (25,155,150). Sum of RGB (Red+Green+Blue) = 25+155+150=330 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.58% from 330); Green value is 155 (60.94% from 255 or 46.97% from 330); Blue value is 150 (58.98% from 255 or 45.45% from 330); Max value from RGB is 155 - color contains mainly: green. Hex color #199B96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199B96 is #E66469. Grayscale: #737373. Windows color (decimal): -15098986 or 9870105. OLE color: 9870105.

HSL color Cylindrical-coordinate representation of color #199B96: hue angle of 177.69º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199B96 is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB25155150-
CMYK0.8400.030.39
HSL177.69º72.22%35.29%-
HSV(B)177.69º83.87%60.78%-
XYZ17.6325.8532.91-
YUV115.56147.4363.41-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.58%
GREEN value IS 155 (60.94% from 255) = 46.97%
BLUE value IS 150 (58.98% from 255) = 45.45%
R=7.58%
G=46.97%
B=45.45%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal251551500.8400.030.39177.6972.2235.29
Hex199B96540327b24823
Octal31233226124034726211043
Binary1100110011011100101101010100011100111101100101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #199B96; }

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

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

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

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

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

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

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

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