#159892

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

Shades of Java #159892

Tints of Java #159892

Color information

#159892 (or 0x159892) is unknown color: approx Java. HEX triplet: 15, 98 and 92. RGB value is (21,152,146). Sum of RGB (Red+Green+Blue) = 21+152+146=319 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.58% from 319); Green value is 152 (59.77% from 255 or 47.65% from 319); Blue value is 146 (57.42% from 255 or 45.77% from 319); Max value from RGB is 152 - color contains mainly: green. Hex color #159892 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159892 is #EA676D. Grayscale: #707070. Windows color (decimal): -15361902 or 9607189. OLE color: 9607189.

HSL color Cylindrical-coordinate representation of color #159892: hue angle of 177.25º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159892 is Cyan = 0.86, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB21152146-
CMYK0.8600.040.40
HSL177.25º75.72%33.92%-
HSV(B)177.25º86.18%59.61%-
XYZ16.7324.6931.08-
YUV112.15147.162.99-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.58%
GREEN value IS 152 (59.77% from 255) = 47.65%
BLUE value IS 146 (57.42% from 255) = 45.77%
R=6.58%
G=47.65%
B=45.77%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal211521460.8600.040.40177.2575.7233.92
Hex159892560428b14c22
Octal25230222126045026111442
Binary10101100110001001001010101100100101000101100011001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159892; }

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

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

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

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

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

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

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

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