#159698

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

Shades of Java #159698

Tints of Java #159698

Color information

#159698 (or 0x159698) is unknown color: approx Java. HEX triplet: 15, 96 and 98. RGB value is (21,150,152). Sum of RGB (Red+Green+Blue) = 21+150+152=323 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.50% from 323); Green value is 150 (58.98% from 255 or 46.44% from 323); Blue value is 152 (59.77% from 255 or 47.06% from 323); Max value from RGB is 152 - color contains mainly: blue. Hex color #159698 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159698 is #EA6967. Grayscale: #6F6F6F. Windows color (decimal): -15362408 or 9999893. OLE color: 9999893.

HSL color Cylindrical-coordinate representation of color #159698: hue angle of 180.92º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159698 is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB21150152-
CMYK0.860.0100.40
HSL180.92º75.72%33.92%-
HSV(B)180.92º86.18%59.61%-
XYZ16.8824.2433.49-
YUV111.66150.7663.34-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.50%
GREEN value IS 150 (58.98% from 255) = 46.44%
BLUE value IS 152 (59.77% from 255) = 47.06%
R=6.50%
G=46.44%
B=47.06%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal211501520.860.0100.40180.9275.7233.92
Hex159698561028b54c22
Octal25226230126105026511442
Binary101011001011010011000101011010101000101101011001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159698; }

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

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

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

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

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

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

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

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