#169F97

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

Shades of Java #169F97

Tints of Java #169F97

Color information

#169F97 (or 0x169F97) is unknown color: approx Java. HEX triplet: 16, 9F and 97. RGB value is (22,159,151). Sum of RGB (Red+Green+Blue) = 22+159+151=332 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.63% from 332); Green value is 159 (62.5% from 255 or 47.89% from 332); Blue value is 151 (59.38% from 255 or 45.48% from 332); Max value from RGB is 159 - color contains mainly: green. Hex color #169F97 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169F97 is #E96068. Grayscale: #757575. Windows color (decimal): -15294569 or 9936662. OLE color: 9936662.

HSL color Cylindrical-coordinate representation of color #169F97: hue angle of 176.5º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #169F97 is Cyan = 0.86, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB22159151-
CMYK0.8600.050.38
HSL176.5º75.69%35.49%-
HSV(B)176.5º86.16%62.35%-
XYZ18.3127.233.56-
YUV117.12147.1160.15-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.63%
GREEN value IS 159 (62.5% from 255) = 47.89%
BLUE value IS 151 (59.38% from 255) = 45.48%
R=6.63%
G=47.89%
B=45.48%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal221591510.8600.050.38176.575.6935.49
Hex169F97560526b04c23
Octal26237227126054626011443
Binary10110100111111001011110101100101100110101100001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #169F97; }

 p { color: rgb(22,159,151); }

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

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

 a { background-color: rgb(22,159,151); }

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

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

 span { border-color: rgb(22,159,151); }

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