#168693

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

Shades of Java #168693

Tints of Java #168693

Color information

#168693 (or 0x168693) is unknown color: approx Java. HEX triplet: 16, 86 and 93. RGB value is (22,134,147). Sum of RGB (Red+Green+Blue) = 22+134+147=303 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.26% from 303); Green value is 134 (52.73% from 255 or 44.22% from 303); Blue value is 147 (57.81% from 255 or 48.51% from 303); Max value from RGB is 147 - color contains mainly: blue. Hex color #168693 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168693 is #E9796C. Grayscale: #656565. Windows color (decimal): -15300973 or 9668118. OLE color: 9668118.

HSL color Cylindrical-coordinate representation of color #168693: hue angle of 186.24º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #168693 is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB22134147-
CMYK0.850.0900.42
HSL186.24º73.96%33.14%-
HSV(B)186.24º85.03%57.65%-
XYZ14.1219.3330.59-
YUV101.99153.3970.94-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.26%
GREEN value IS 134 (52.73% from 255) = 44.22%
BLUE value IS 147 (57.81% from 255) = 48.51%
R=7.26%
G=44.22%
B=48.51%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal221341470.850.0900.42186.2473.9633.14
Hex16869355902Aba4a21
Octal262062231251105227211241
Binary101101000011010010011101010110010101010101110101001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #168693; }

 p { color: rgb(22,134,147); }

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

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

 a { background-color: rgb(22,134,147); }

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

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

 span { border-color: rgb(22,134,147); }

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