#159685

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

Shades of Java #159685

Tints of Java #159685

Color information

#159685 (or 0x159685) is unknown color: approx Java. HEX triplet: 15, 96 and 85. RGB value is (21,150,133). Sum of RGB (Red+Green+Blue) = 21+150+133=304 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.91% from 304); Green value is 150 (58.98% from 255 or 49.34% from 304); Blue value is 133 (52.34% from 255 or 43.75% from 304); Max value from RGB is 150 - color contains mainly: green. Hex color #159685 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159685 is #EA697A. Grayscale: #6D6D6D. Windows color (decimal): -15362427 or 8754709. OLE color: 8754709.

HSL color Cylindrical-coordinate representation of color #159685: hue angle of 172.09º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159685 is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB21150133-
CMYK0.8600.110.41
HSL172.09º75.44%33.53%-
HSV(B)172.09º86%58.82%-
XYZ15.4523.6725.94-
YUV109.49141.2664.88-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.91%
GREEN value IS 150 (58.98% from 255) = 49.34%
BLUE value IS 133 (52.34% from 255) = 43.75%
R=6.91%
G=49.34%
B=43.75%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal211501330.8600.110.41172.0975.4433.53
Hex159685560B29ac4b22
Octal252262051260135125411342
Binary101011001011010000101101011001011101001101011001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159685; }

 p { color: rgb(21,150,133); }

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

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

 a { background-color: rgb(21,150,133); }

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

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

 span { border-color: rgb(21,150,133); }

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