#198A8C

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

Shades of Java #198A8C

Tints of Java #198A8C

Color information

#198A8C (or 0x198A8C) is unknown color: approx Java. HEX triplet: 19, 8A and 8C. RGB value is (25,138,140). Sum of RGB (Red+Green+Blue) = 25+138+140=303 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.25% from 303); Green value is 138 (54.30% from 255 or 45.54% from 303); Blue value is 140 (55.08% from 255 or 46.20% from 303); Max value from RGB is 140 - color contains mainly: blue. Hex color #198A8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198A8C is #E67573. Grayscale: #686868. Windows color (decimal): -15103348 or 9210393. OLE color: 9210393.

HSL color Cylindrical-coordinate representation of color #198A8C: hue angle of 181.04º 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 #198A8C is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB25138140-
CMYK0.820.0100.45
HSL181.04º69.7%32.35%-
HSV(B)181.04º82.14%54.9%-
XYZ14.2220.2827.98-
YUV104.44148.0671.34-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.25%
GREEN value IS 138 (54.30% from 255) = 45.54%
BLUE value IS 140 (55.08% from 255) = 46.20%
R=8.25%
G=45.54%
B=46.20%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal251381400.820.0100.45181.0469.732.35
Hex198A8C52102Db54620
Octal31212214122105526510640
Binary110011000101010001100101001010101101101101011000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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