#169388

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

Shades of Java #169388

Tints of Java #169388

Color information

#169388 (or 0x169388) is unknown color: approx Java. HEX triplet: 16, 93 and 88. RGB value is (22,147,136). Sum of RGB (Red+Green+Blue) = 22+147+136=305 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.21% from 305); Green value is 147 (57.81% from 255 or 48.20% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 147 - color contains mainly: green. Hex color #169388 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169388 is #E96C77. Grayscale: #6C6C6C. Windows color (decimal): -15297656 or 8950550. OLE color: 8950550.

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

Color convert

RGB22147136-
CMYK0.8500.070.42
HSL174.72º73.96%33.14%-
HSV(B)174.72º85.03%57.65%-
XYZ15.2122.8226.89-
YUV108.37143.5966.39-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.21%
GREEN value IS 147 (57.81% from 255) = 48.20%
BLUE value IS 136 (53.52% from 255) = 44.59%
R=7.21%
G=48.20%
B=44.59%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal221471360.8500.070.42174.7273.9633.14
Hex16938855072Aaf4a21
Octal26223210125075225711241
Binary10110100100111000100010101010111101010101011111001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #169388; }

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

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

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

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

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

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

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

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