#168992

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

Shades of Java #168992

Tints of Java #168992

Color information

#168992 (or 0x168992) is unknown color: approx Java. HEX triplet: 16, 89 and 92. RGB value is (22,137,146). Sum of RGB (Red+Green+Blue) = 22+137+146=305 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.21% from 305); Green value is 137 (53.91% from 255 or 44.92% from 305); Blue value is 146 (57.42% from 255 or 47.87% from 305); Max value from RGB is 146 - color contains mainly: blue. Hex color #168992 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168992 is #E9766D. Grayscale: #676767. Windows color (decimal): -15300206 or 9603350. OLE color: 9603350.

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

Color convert

RGB22137146-
CMYK0.850.0600.43
HSL184.35º73.81%32.94%-
HSV(B)184.35º84.93%57.25%-
XYZ14.4620.1430.32-
YUV103.64151.969.77-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.21%
GREEN value IS 137 (53.91% from 255) = 44.92%
BLUE value IS 146 (57.42% from 255) = 47.87%
R=7.21%
G=44.92%
B=47.87%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal221371460.850.0600.43184.3573.8132.94
Hex16899255602Bb84a21
Octal26211222125605327011241
Binary10110100010011001001010101011100101011101110001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #168992; }

 p { color: rgb(22,137,146); }

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

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

 a { background-color: rgb(22,137,146); }

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

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

 span { border-color: rgb(22,137,146); }

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