#159191

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

Shades of Java #159191

Tints of Java #159191

Color information

#159191 (or 0x159191) is unknown color: approx Java. HEX triplet: 15, 91 and 91. RGB value is (21,145,145). Sum of RGB (Red+Green+Blue) = 21+145+145=311 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.75% from 311); Green value is 145 (57.03% from 255 or 46.62% from 311); Blue value is 145 (57.03% from 255 or 46.62% from 311); Max value from RGB is 145 - color contains mainly: green, blue. Hex color #159191 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159191 is #EA6E6E. Grayscale: #6B6B6B. Windows color (decimal): -15363695 or 9539861. OLE color: 9539861.

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

Color convert

RGB21145145-
CMYK0.86000.43
HSL180º74.7%32.55%-
HSV(B)180º85.52%56.86%-
XYZ15.5522.4530.3-
YUV107.92148.9266-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.75%
GREEN value IS 145 (57.03% from 255) = 46.62%
BLUE value IS 145 (57.03% from 255) = 46.62%
R=6.75%
G=46.62%
B=46.62%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal211451450.86000.4318074.732.55
Hex15919156002Bb44b21
Octal25221221126005326411341
Binary101011001000110010001101011000101011101101001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159191; }

 p { color: rgb(21,145,145); }

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

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

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

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

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

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

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