#198A86

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

Shades of Java #198A86

Tints of Java #198A86

Color information

#198A86 (or 0x198A86) is unknown color: approx Java. HEX triplet: 19, 8A and 86. RGB value is (25,138,134). Sum of RGB (Red+Green+Blue) = 25+138+134=297 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.42% from 297); Green value is 138 (54.30% from 255 or 46.46% from 297); Blue value is 134 (52.73% from 255 or 45.12% from 297); Max value from RGB is 138 - color contains mainly: green. Hex color #198A86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198A86 is #E67579. Grayscale: #676767. Windows color (decimal): -15103354 or 8817177. OLE color: 8817177.

HSL color Cylindrical-coordinate representation of color #198A86: hue angle of 177.88º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198A86 is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.

Color convert

RGB25138134-
CMYK0.8200.030.46
HSL177.88º69.33%31.96%-
HSV(B)177.88º81.88%54.12%-
XYZ13.7920.125.71-
YUV103.76145.0671.83-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.42%
GREEN value IS 138 (54.30% from 255) = 46.46%
BLUE value IS 134 (52.73% from 255) = 45.12%
R=8.42%
G=46.46%
B=45.12%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal251381340.8200.030.46177.8869.3331.96
Hex198A8652032Eb24520
Octal31212206122035626210540
Binary1100110001010100001101010010011101110101100101000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,138,134); }

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

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

 a { background-color: rgb(25,138,134); }

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

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

 span { border-color: rgb(25,138,134); }

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