#109397

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

Shades of Java #109397

Tints of Java #109397

Color information

#109397 (or 0x109397) is unknown color: approx Java. HEX triplet: 10, 93 and 97. RGB value is (16,147,151). Sum of RGB (Red+Green+Blue) = 16+147+151=314 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.10% from 314); Green value is 147 (57.81% from 255 or 46.82% from 314); Blue value is 151 (59.38% from 255 or 48.09% from 314); Max value from RGB is 151 - color contains mainly: blue. Hex color #109397 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109397 is #EF6C68. Grayscale: #6C6C6C. Windows color (decimal): -15690857 or 9933584. OLE color: 9933584.

HSL color Cylindrical-coordinate representation of color #109397: hue angle of 181.78º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #109397 is Cyan = 0.89, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB16147151-
CMYK0.890.0300.41
HSL181.78º80.84%32.75%-
HSV(B)181.78º89.4%59.22%-
XYZ16.2323.2132.9-
YUV108.29152.162.17-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.10%
GREEN value IS 147 (57.81% from 255) = 46.82%
BLUE value IS 151 (59.38% from 255) = 48.09%
R=5.10%
G=46.82%
B=48.09%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal161471510.890.0300.41181.7880.8432.75
Hex109397593029b65121
Octal20223227131305126612141
Binary1000010010011100101111011001110101001101101101010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #109397; }

 p { color: rgb(16,147,151); }

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

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

 a { background-color: rgb(16,147,151); }

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

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

 span { border-color: rgb(16,147,151); }

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