#139491

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

Shades of Java #139491

Tints of Java #139491

Color information

#139491 (or 0x139491) is unknown color: approx Java. HEX triplet: 13, 94 and 91. RGB value is (19,148,145). Sum of RGB (Red+Green+Blue) = 19+148+145=312 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.09% from 312); Green value is 148 (58.20% from 255 or 47.44% from 312); Blue value is 145 (57.03% from 255 or 46.47% from 312); Max value from RGB is 148 - color contains mainly: green. Hex color #139491 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139491 is #EC6B6E. Grayscale: #6C6C6C. Windows color (decimal): -15493999 or 9540627. OLE color: 9540627.

HSL color Cylindrical-coordinate representation of color #139491: hue angle of 178.6º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139491 is Cyan = 0.87, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB19148145-
CMYK0.8700.020.42
HSL178.6º77.25%32.75%-
HSV(B)178.6º87.16%58.04%-
XYZ15.9723.3630.46-
YUV109.09148.2663.74-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.09%
GREEN value IS 148 (58.20% from 255) = 47.44%
BLUE value IS 145 (57.03% from 255) = 46.47%
R=6.09%
G=47.44%
B=46.47%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal191481450.8700.020.42178.677.2532.75
Hex13949157022Ab34d21
Octal23224221127025226311541
Binary1001110010100100100011010111010101010101100111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139491; }

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

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

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

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

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

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

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

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