#159294

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

Shades of Java #159294

Tints of Java #159294

Color information

#159294 (or 0x159294) is unknown color: approx Java. HEX triplet: 15, 92 and 94. RGB value is (21,146,148). Sum of RGB (Red+Green+Blue) = 21+146+148=315 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.67% from 315); Green value is 146 (57.42% from 255 or 46.35% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 148 - color contains mainly: blue. Hex color #159294 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159294 is #EA6D6B. Grayscale: #6C6C6C. Windows color (decimal): -15363436 or 9736725. OLE color: 9736725.

HSL color Cylindrical-coordinate representation of color #159294: hue angle of 180.94º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159294 is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB21146148-
CMYK0.860.0100.42
HSL180.94º75.15%33.14%-
HSV(B)180.94º85.81%58.04%-
XYZ15.9322.8631.59-
YUV108.85150.0965.34-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.67%
GREEN value IS 146 (57.42% from 255) = 46.35%
BLUE value IS 148 (58.20% from 255) = 46.98%
R=6.67%
G=46.35%
B=46.98%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal211461480.860.0100.42180.9475.1533.14
Hex15929456102Ab54b21
Octal25222224126105226511341
Binary101011001001010010100101011010101010101101011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159294; }

 p { color: rgb(21,146,148); }

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

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

 a { background-color: rgb(21,146,148); }

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

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

 span { border-color: rgb(21,146,148); }

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