#159090

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

Shades of Java #159090

Tints of Java #159090

Color information

#159090 (or 0x159090) is unknown color: approx Java. HEX triplet: 15, 90 and 90. RGB value is (21,144,144). Sum of RGB (Red+Green+Blue) = 21+144+144=309 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.80% from 309); Green value is 144 (56.64% from 255 or 46.60% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 144 - color contains mainly: green, blue. Hex color #159090 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159090 is #EA6F6F. Grayscale: #6B6B6B. Windows color (decimal): -15363952 or 9474069. OLE color: 9474069.

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

Color convert

RGB21144144-
CMYK0.85000.44
HSL180º74.55%32.35%-
HSV(B)180º85.42%56.47%-
XYZ15.3222.1229.85-
YUV107.22148.7566.5-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.80%
GREEN value IS 144 (56.64% from 255) = 46.60%
BLUE value IS 144 (56.64% from 255) = 46.60%
R=6.80%
G=46.60%
B=46.60%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal211441440.85000.4418074.5532.35
Hex15909055002Cb44b20
Octal25220220125005426411340
Binary101011001000010010000101010100101100101101001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159090; }

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

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

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

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

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

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

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

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