#198690

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

Shades of Java #198690

Tints of Java #198690

Color information

#198690 (or 0x198690) is unknown color: approx Java. HEX triplet: 19, 86 and 90. RGB value is (25,134,144). Sum of RGB (Red+Green+Blue) = 25+134+144=303 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.25% from 303); Green value is 134 (52.73% from 255 or 44.22% from 303); Blue value is 144 (56.64% from 255 or 47.52% from 303); Max value from RGB is 144 - color contains mainly: blue. Hex color #198690 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198690 is #E6796F. Grayscale: #666666. Windows color (decimal): -15104368 or 9471513. OLE color: 9471513.

HSL color Cylindrical-coordinate representation of color #198690: hue angle of 185.04º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #198690 is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB25134144-
CMYK0.830.0700.44
HSL185.04º70.41%33.14%-
HSV(B)185.04º82.64%56.47%-
XYZ13.9619.2729.37-
YUV102.55151.3972.69-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.25%
GREEN value IS 134 (52.73% from 255) = 44.22%
BLUE value IS 144 (56.64% from 255) = 47.52%
R=8.25%
G=44.22%
B=47.52%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal251341440.830.0700.44185.0470.4133.14
Hex19869053702Cb94621
Octal31206220123705427110641
Binary11001100001101001000010100111110101100101110011000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198690; }

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

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

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

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

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

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

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

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