#159492

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

Shades of Java #159492

Tints of Java #159492

Color information

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

HSL color Cylindrical-coordinate representation of color #159492: hue angle of 179.06º 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 #159492 is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB21148146-
CMYK0.8600.010.42
HSL179.06º75.15%33.14%-
HSV(B)179.06º85.81%58.04%-
XYZ16.0923.4130.87-
YUV109.8148.4264.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal211481460.8600.010.42179.0675.1533.14
Hex15949256012Ab34b21
Octal25224222126015226311341
Binary101011001010010010010101011001101010101100111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159492; }

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

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

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

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

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

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

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

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