#159D8D

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

Shades of Java #159D8D

Tints of Java #159D8D

Color information

#159D8D (or 0x159D8D) is unknown color: approx Java. HEX triplet: 15, 9D and 8D. RGB value is (21,157,141). Sum of RGB (Red+Green+Blue) = 21+157+141=319 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.58% from 319); Green value is 157 (61.72% from 255 or 49.22% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 157 - color contains mainly: green. Hex color #159D8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159D8D is #EA6272. Grayscale: #727272. Windows color (decimal): -15360627 or 9280789. OLE color: 9280789.

HSL color Cylindrical-coordinate representation of color #159D8D: hue angle of 172.94º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #159D8D is Cyan = 0.87, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB21157141-
CMYK0.8700.100.38
HSL172.94º76.4%34.9%-
HSV(B)172.94º86.62%61.57%-
XYZ17.1726.229.35-
YUV114.51142.9461.3-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.58%
GREEN value IS 157 (61.72% from 255) = 49.22%
BLUE value IS 141 (55.47% from 255) = 44.20%
R=6.58%
G=49.22%
B=44.20%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal211571410.8700.100.38172.9476.434.9
Hex159D8D570A26ad4c23
Octal252352151270124625511443
Binary101011001110110001101101011101010100110101011011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,157,141); }

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

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

 a { background-color: rgb(21,157,141); }

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

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

 span { border-color: rgb(21,157,141); }

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