#198B8A

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

Shades of Java #198B8A

Tints of Java #198B8A

Color information

#198B8A (or 0x198B8A) is unknown color: approx Java. HEX triplet: 19, 8B and 8A. RGB value is (25,139,138). Sum of RGB (Red+Green+Blue) = 25+139+138=302 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.28% from 302); Green value is 139 (54.69% from 255 or 46.03% from 302); Blue value is 138 (54.30% from 255 or 45.70% from 302); Max value from RGB is 139 - color contains mainly: green. Hex color #198B8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198B8A is #E67475. Grayscale: #686868. Windows color (decimal): -15103094 or 9079577. OLE color: 9079577.

HSL color Cylindrical-coordinate representation of color #198B8A: hue angle of 179.47º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198B8A is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB25139138-
CMYK0.8200.010.45
HSL179.47º69.51%32.16%-
HSV(B)179.47º82.01%54.51%-
XYZ14.2220.5127.25-
YUV104.8146.7371.08-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.28%
GREEN value IS 139 (54.69% from 255) = 46.03%
BLUE value IS 138 (54.30% from 255) = 45.70%
R=8.28%
G=46.03%
B=45.70%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal251391380.8200.010.45179.4769.5132.16
Hex198B8A52012Db34620
Octal31213212122015526310640
Binary110011000101110001010101001001101101101100111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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