#159BA3

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

Shades of Java #159BA3

Tints of Java #159BA3

Color information

#159BA3 (or 0x159BA3) is unknown color: approx Java. HEX triplet: 15, 9B and A3. RGB value is (21,155,163). Sum of RGB (Red+Green+Blue) = 21+155+163=339 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.19% from 339); Green value is 155 (60.94% from 255 or 45.72% from 339); Blue value is 163 (64.06% from 255 or 48.08% from 339); Max value from RGB is 163 - color contains mainly: blue. Hex color #159BA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159BA3 is #EA645C. Grayscale: #737373. Windows color (decimal): -15361117 or 10722069. OLE color: 10722069.

HSL color Cylindrical-coordinate representation of color #159BA3: hue angle of 183.38º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #159BA3 is Cyan = 0.87, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB21155163-
CMYK0.870.0500.36
HSL183.38º77.17%36.08%-
HSV(B)183.38º87.12%63.92%-
XYZ18.6426.2538.73-
YUV115.85154.6160.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.19%
GREEN value IS 155 (60.94% from 255) = 45.72%
BLUE value IS 163 (64.06% from 255) = 48.08%
R=6.19%
G=45.72%
B=48.08%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal211551630.870.0500.36183.3877.1736.08
Hex159BA3575024b74d24
Octal25233243127504426711544
Binary10101100110111010001110101111010100100101101111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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