#159DA0

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

Shades of Java #159DA0

Tints of Java #159DA0

Color information

#159DA0 (or 0x159DA0) is unknown color: approx Java. HEX triplet: 15, 9D and A0. RGB value is (21,157,160). Sum of RGB (Red+Green+Blue) = 21+157+160=338 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.21% from 338); Green value is 157 (61.72% from 255 or 46.45% from 338); Blue value is 160 (62.89% from 255 or 47.34% from 338); Max value from RGB is 160 - color contains mainly: blue. Hex color #159DA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159DA0 is #EA625F. Grayscale: #747474. Windows color (decimal): -15360608 or 10525973. OLE color: 10525973.

HSL color Cylindrical-coordinate representation of color #159DA0: hue angle of 181.29º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #159DA0 is Cyan = 0.87, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB21157160-
CMYK0.870.0200.37
HSL181.29º76.8%35.49%-
HSV(B)181.29º86.87%62.75%-
XYZ18.7126.8137.45-
YUV116.68152.4459.76-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.21%
GREEN value IS 157 (61.72% from 255) = 46.45%
BLUE value IS 160 (62.89% from 255) = 47.34%
R=6.21%
G=46.45%
B=47.34%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal211571600.870.0200.37181.2976.835.49
Hex159DA0572025b54d23
Octal25235240127204526511543
Binary1010110011101101000001010111100100101101101011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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