#159b88

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

Shades of Java #159B88

Tints of Java #159B88

Color information

#159B88 (or 0x159B88) is unknown color: approx Java. HEX triplet: 15, 9B and 88. RGB value is (21,155,136). Sum of RGB (Red+Green+Blue) = 21+155+136=312 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.73% from 312); Green value is 155 (60.94% from 255 or 49.68% from 312); Blue value is 136 (53.52% from 255 or 43.59% from 312); Max value from RGB is 155 - color contains mainly: green. Hex color #159B88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159B88 is #EA6477. Grayscale: #707070. Windows color (decimal): -15361144 or 8952597. OLE color: 8952597.

HSL color Cylindrical-coordinate representation of color #159B88: hue angle of 171.49º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159B88 is Cyan = 0.86, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB21155136-
CMYK0.8600.120.39
HSL171.49º76.14%34.51%-
HSV(B)171.49º86.45%60.78%-
XYZ16.4725.3827.32-
YUV112.77141.1162.54-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.73%
GREEN value IS 155 (60.94% from 255) = 49.68%
BLUE value IS 136 (53.52% from 255) = 43.59%
R=6.73%
G=49.68%
B=43.59%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal211551360.8600.120.39171.4976.1434.51
Hex159B88560C27ab4c23
Octal252332101260144725311443
Binary101011001101110001000101011001100100111101010111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159b88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159b88; }

 p { color: rgb(21,155,136); }

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

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

 a { background-color: rgb(21,155,136); }

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

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

 span { border-color: rgb(21,155,136); }

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