#199B98

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

Shades of Java #199B98

Tints of Java #199B98

Color information

#199B98 (or 0x199B98) is unknown color: approx Java. HEX triplet: 19, 9B and 98. RGB value is (25,155,152). Sum of RGB (Red+Green+Blue) = 25+155+152=332 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.53% from 332); Green value is 155 (60.94% from 255 or 46.69% from 332); Blue value is 152 (59.77% from 255 or 45.78% from 332); Max value from RGB is 155 - color contains mainly: green. Hex color #199B98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199B98 is #E66467. Grayscale: #737373. Windows color (decimal): -15098984 or 10001177. OLE color: 10001177.

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

Color convert

RGB25155152-
CMYK0.8400.020.39
HSL178.62º72.22%35.29%-
HSV(B)178.62º83.87%60.78%-
XYZ17.7925.9233.77-
YUV115.79148.4363.24-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.53%
GREEN value IS 155 (60.94% from 255) = 46.69%
BLUE value IS 152 (59.77% from 255) = 45.78%
R=7.53%
G=46.69%
B=45.78%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal251551520.8400.020.39178.6272.2235.29
Hex199B98540227b34823
Octal31233230124024726311043
Binary1100110011011100110001010100010100111101100111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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