#198B8C

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

Shades of Java #198B8C

Tints of Java #198B8C

Color information

#198B8C (or 0x198B8C) is unknown color: approx Java. HEX triplet: 19, 8B and 8C. RGB value is (25,139,140). Sum of RGB (Red+Green+Blue) = 25+139+140=304 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.22% from 304); Green value is 139 (54.69% from 255 or 45.72% from 304); Blue value is 140 (55.08% from 255 or 46.05% from 304); Max value from RGB is 140 - color contains mainly: blue. Hex color #198B8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198B8C is #E67473. Grayscale: #686868. Windows color (decimal): -15103092 or 9210649. OLE color: 9210649.

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

Color convert

RGB25139140-
CMYK0.820.0100.45
HSL180.52º69.7%32.35%-
HSV(B)180.52º82.14%54.9%-
XYZ14.3720.5728.02-
YUV105.03147.7370.92-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.22%
GREEN value IS 139 (54.69% from 255) = 45.72%
BLUE value IS 140 (55.08% from 255) = 46.05%
R=8.22%
G=45.72%
B=46.05%

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
Decimal251391400.820.0100.45180.5269.732.35
Hex198B8C52102Db54620
Octal31213214122105526510640
Binary110011000101110001100101001010101101101101011000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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