#169387

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

Shades of Java #169387

Tints of Java #169387

Color information

#169387 (or 0x169387) is unknown color: approx Java. HEX triplet: 16, 93 and 87. RGB value is (22,147,135). Sum of RGB (Red+Green+Blue) = 22+147+135=304 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.24% from 304); Green value is 147 (57.81% from 255 or 48.36% from 304); Blue value is 135 (53.12% from 255 or 44.41% from 304); Max value from RGB is 147 - color contains mainly: green. Hex color #169387 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169387 is #E96C78. Grayscale: #6C6C6C. Windows color (decimal): -15297657 or 8885014. OLE color: 8885014.

HSL color Cylindrical-coordinate representation of color #169387: hue angle of 174.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 #169387 is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB22147135-
CMYK0.8500.080.42
HSL174.24º73.96%33.14%-
HSV(B)174.24º85.03%57.65%-
XYZ15.1422.7926.52-
YUV108.26143.0966.48-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.24%
GREEN value IS 147 (57.81% from 255) = 48.36%
BLUE value IS 135 (53.12% from 255) = 44.41%
R=7.24%
G=48.36%
B=44.41%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal221471350.8500.080.42174.2473.9633.14
Hex16938755082Aae4a21
Octal262232071250105225611241
Binary101101001001110000111101010101000101010101011101001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #169387; }

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

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

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

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

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

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

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

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