#159EA2

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

Shades of Java #159EA2

Tints of Java #159EA2

Color information

#159EA2 (or 0x159EA2) is unknown color: approx Java. HEX triplet: 15, 9E and A2. RGB value is (21,158,162). Sum of RGB (Red+Green+Blue) = 21+158+162=341 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.16% from 341); Green value is 158 (62.11% from 255 or 46.33% from 341); Blue value is 162 (63.67% from 255 or 47.51% from 341); Max value from RGB is 162 - color contains mainly: blue. Hex color #159EA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159EA2 is #EA615D. Grayscale: #757575. Windows color (decimal): -15360350 or 10657301. OLE color: 10657301.

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

Color convert

RGB21158162-
CMYK0.870.0200.36
HSL181.7º77.05%35.88%-
HSV(B)181.7º87.04%63.53%-
XYZ19.0627.2238.43-
YUV117.49153.1159.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.16%
GREEN value IS 158 (62.11% from 255) = 46.33%
BLUE value IS 162 (63.67% from 255) = 47.51%
R=6.16%
G=46.33%
B=47.51%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal211581620.870.0200.36181.777.0535.88
Hex159EA2572024b64d24
Octal25236242127204426611544
Binary1010110011110101000101010111100100100101101101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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