#139496

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

Shades of Java #139496

Tints of Java #139496

Color information

#139496 (or 0x139496) is unknown color: approx Java. HEX triplet: 13, 94 and 96. RGB value is (19,148,150). Sum of RGB (Red+Green+Blue) = 19+148+150=317 (41% of max value = 765). Red value is 19 (7.81% from 255 or 5.99% from 317); Green value is 148 (58.20% from 255 or 46.69% from 317); Blue value is 150 (58.98% from 255 or 47.32% from 317); Max value from RGB is 150 - color contains mainly: blue. Hex color #139496 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139496 is #EC6B69. Grayscale: #6D6D6D. Windows color (decimal): -15493994 or 9868307. OLE color: 9868307.

HSL color Cylindrical-coordinate representation of color #139496: hue angle of 180.92º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139496 is Cyan = 0.87, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB19148150-
CMYK0.870.0100.41
HSL180.92º77.51%33.14%-
HSV(B)180.92º87.33%58.82%-
XYZ16.3623.5232.53-
YUV109.66150.7663.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.99%
GREEN value IS 148 (58.20% from 255) = 46.69%
BLUE value IS 150 (58.98% from 255) = 47.32%
R=5.99%
G=46.69%
B=47.32%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal191481500.870.0100.41180.9277.5133.14
Hex139496571029b54e21
Octal23224226127105126511641
Binary100111001010010010110101011110101001101101011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139496; }

 p { color: rgb(19,148,150); }

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

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

 a { background-color: rgb(19,148,150); }

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

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

 span { border-color: rgb(19,148,150); }

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