#169894

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

Shades of Java #169894

Tints of Java #169894

Color information

#169894 (or 0x169894) is unknown color: approx Java. HEX triplet: 16, 98 and 94. RGB value is (22,152,148). Sum of RGB (Red+Green+Blue) = 22+152+148=322 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.83% from 322); Green value is 152 (59.77% from 255 or 47.20% from 322); Blue value is 148 (58.20% from 255 or 45.96% from 322); Max value from RGB is 152 - color contains mainly: green. Hex color #169894 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169894 is #E9676B. Grayscale: #707070. Windows color (decimal): -15296364 or 9738262. OLE color: 9738262.

HSL color Cylindrical-coordinate representation of color #169894: hue angle of 178.15º 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 #169894 is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB22152148-
CMYK0.8600.030.40
HSL178.15º74.71%34.12%-
HSV(B)178.15º85.53%59.61%-
XYZ16.924.7731.91-
YUV112.67147.9363.33-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.83%
GREEN value IS 152 (59.77% from 255) = 47.20%
BLUE value IS 148 (58.20% from 255) = 45.96%
R=6.83%
G=47.20%
B=45.96%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal221521480.8600.030.40178.1574.7134.12
Hex169894560328b24b22
Octal26230224126035026211342
Binary1011010011000100101001010110011101000101100101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #169894; }

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

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

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

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

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

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

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

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