#198B99

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

Shades of Java #198B99

Tints of Java #198B99

Color information

#198B99 (or 0x198B99) is unknown color: approx Java. HEX triplet: 19, 8B and 99. RGB value is (25,139,153). Sum of RGB (Red+Green+Blue) = 25+139+153=317 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.89% from 317); Green value is 139 (54.69% from 255 or 43.85% from 317); Blue value is 153 (60.16% from 255 or 48.26% from 317); Max value from RGB is 153 - color contains mainly: blue. Hex color #198B99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198B99 is #E67466. Grayscale: #6A6A6A. Windows color (decimal): -15103079 or 10062617. OLE color: 10062617.

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

Color convert

RGB25139153-
CMYK0.840.0900.4
HSL186.56º71.91%34.9%-
HSV(B)186.56º83.66%60%-
XYZ15.3820.9733.37-
YUV106.51154.2369.86-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.89%
GREEN value IS 139 (54.69% from 255) = 43.85%
BLUE value IS 153 (60.16% from 255) = 48.26%
R=7.89%
G=43.85%
B=48.26%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal251391530.840.0900.4186.5671.9134.9
Hex198B99549028bb4823
Octal312132311241105027311043
Binary110011000101110011001101010010010101000101110111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198B99; }

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

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

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

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

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

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

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

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