#159A88

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

Shades of Java #159A88

Tints of Java #159A88

Color information

#159A88 (or 0x159A88) is unknown color: approx Java. HEX triplet: 15, 9A and 88. RGB value is (21,154,136). Sum of RGB (Red+Green+Blue) = 21+154+136=311 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.75% from 311); Green value is 154 (60.55% from 255 or 49.52% from 311); Blue value is 136 (53.52% from 255 or 43.73% from 311); Max value from RGB is 154 - color contains mainly: green. Hex color #159A88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159A88 is #EA6577. Grayscale: #707070. Windows color (decimal): -15361400 or 8952341. OLE color: 8952341.

HSL color Cylindrical-coordinate representation of color #159A88: hue angle of 171.88º 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 #159A88 is Cyan = 0.86, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB21154136-
CMYK0.8600.120.40
HSL171.88º76%34.31%-
HSV(B)171.88º86.36%60.39%-
XYZ16.3125.0527.27-
YUV112.18141.4462.96-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.75%
GREEN value IS 154 (60.55% from 255) = 49.52%
BLUE value IS 136 (53.52% from 255) = 43.73%
R=6.75%
G=49.52%
B=43.73%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal211541360.8600.120.40171.887634.31
Hex159A88560C28ac4c22
Octal252322101260145025411442
Binary101011001101010001000101011001100101000101011001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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