#169198

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

Shades of Java #169198

Tints of Java #169198

Color information

#169198 (or 0x169198) is unknown color: approx Java. HEX triplet: 16, 91 and 98. RGB value is (22,145,152). Sum of RGB (Red+Green+Blue) = 22+145+152=319 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.90% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 152 (59.77% from 255 or 47.65% from 319); Max value from RGB is 152 - color contains mainly: blue. Hex color #169198 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169198 is #E96E67. Grayscale: #6C6C6C. Windows color (decimal): -15298152 or 9998614. OLE color: 9998614.

HSL color Cylindrical-coordinate representation of color #169198: hue angle of 183.23º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #169198 is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB22145152-
CMYK0.860.0500.40
HSL183.23º74.71%34.12%-
HSV(B)183.23º85.53%59.61%-
XYZ16.1222.6933.24-
YUV109.02152.2565.93-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.90%
GREEN value IS 145 (57.03% from 255) = 45.45%
BLUE value IS 152 (59.77% from 255) = 47.65%
R=6.90%
G=45.45%
B=47.65%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal221451520.860.0500.40183.2374.7134.12
Hex169198565028b74b22
Octal26221230126505026711342
Binary10110100100011001100010101101010101000101101111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #169198; }

 p { color: rgb(22,145,152); }

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

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

 a { background-color: rgb(22,145,152); }

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

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

 span { border-color: rgb(22,145,152); }

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