#159499

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

Shades of Java #159499

Tints of Java #159499

Color information

#159499 (or 0x159499) is unknown color: approx Java. HEX triplet: 15, 94 and 99. RGB value is (21,148,153). Sum of RGB (Red+Green+Blue) = 21+148+153=322 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.52% from 322); Green value is 148 (58.20% from 255 or 45.96% from 322); Blue value is 153 (60.16% from 255 or 47.52% from 322); Max value from RGB is 153 - color contains mainly: blue. Hex color #159499 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159499 is #EA6B66. Grayscale: #6E6E6E. Windows color (decimal): -15362919 or 10064917. OLE color: 10064917.

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

Color convert

RGB21148153-
CMYK0.860.0300.4
HSL182.27º75.86%34.12%-
HSV(B)182.27º86.27%60%-
XYZ16.6523.6433.82-
YUV110.6151.9264.09-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.52%
GREEN value IS 148 (58.20% from 255) = 45.96%
BLUE value IS 153 (60.16% from 255) = 47.52%
R=6.52%
G=45.96%
B=47.52%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal211481530.860.0300.4182.2775.8634.12
Hex159499563028b64c22
Octal25224231126305026611442
Binary1010110010100100110011010110110101000101101101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159499; }

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

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

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

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

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

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

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

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