#168892

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

Shades of Java #168892

Tints of Java #168892

Color information

#168892 (or 0x168892) is unknown color: approx Java. HEX triplet: 16, 88 and 92. RGB value is (22,136,146). Sum of RGB (Red+Green+Blue) = 22+136+146=304 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.24% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 146 (57.42% from 255 or 48.03% from 304); Max value from RGB is 146 - color contains mainly: blue. Hex color #168892 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168892 is #E9776D. Grayscale: #666666. Windows color (decimal): -15300462 or 9603094. OLE color: 9603094.

HSL color Cylindrical-coordinate representation of color #168892: hue angle of 184.84º 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 #168892 is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB22136146-
CMYK0.850.0700.43
HSL184.84º73.81%32.94%-
HSV(B)184.84º84.93%57.25%-
XYZ14.3219.8530.27-
YUV103.05152.2370.19-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.24%
GREEN value IS 136 (53.52% from 255) = 44.74%
BLUE value IS 146 (57.42% from 255) = 48.03%
R=7.24%
G=44.74%
B=48.03%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal221361460.850.0700.43184.8473.8132.94
Hex16889255702Bb94a21
Octal26210222125705327111241
Binary10110100010001001001010101011110101011101110011001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #168892; }

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

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

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

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

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

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

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

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