#159AA2

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

Shades of Java #159AA2

Tints of Java #159AA2

Color information

#159AA2 (or 0x159AA2) is unknown color: approx Java. HEX triplet: 15, 9A and A2. RGB value is (21,154,162). Sum of RGB (Red+Green+Blue) = 21+154+162=337 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.23% from 337); Green value is 154 (60.55% from 255 or 45.70% from 337); Blue value is 162 (63.67% from 255 or 48.07% from 337); Max value from RGB is 162 - color contains mainly: blue. Hex color #159AA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159AA2 is #EA655D. Grayscale: #727272. Windows color (decimal): -15361374 or 10656277. OLE color: 10656277.

HSL color Cylindrical-coordinate representation of color #159AA2: hue angle of 183.4º 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 #159AA2 is Cyan = 0.87, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB21154162-
CMYK0.870.0500.36
HSL183.4º77.05%35.88%-
HSV(B)183.4º87.04%63.53%-
XYZ18.3925.8838.21-
YUV115.14154.4460.85-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.23%
GREEN value IS 154 (60.55% from 255) = 45.70%
BLUE value IS 162 (63.67% from 255) = 48.07%
R=6.23%
G=45.70%
B=48.07%

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
Decimal211541620.870.0500.36183.477.0535.88
Hex159AA2575024b74d24
Octal25232242127504426711544
Binary10101100110101010001010101111010100100101101111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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