#139B9C

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

Shades of Java #139B9C

Tints of Java #139B9C

Color information

#139B9C (or 0x139B9C) is unknown color: approx Java. HEX triplet: 13, 9B and 9C. RGB value is (19,155,156). Sum of RGB (Red+Green+Blue) = 19+155+156=330 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.76% from 330); Green value is 155 (60.94% from 255 or 46.97% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 156 - color contains mainly: blue. Hex color #139B9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139B9C is #EC6463. Grayscale: #727272. Windows color (decimal): -15492196 or 10263315. OLE color: 10263315.

HSL color Cylindrical-coordinate representation of color #139B9C: hue angle of 180.44º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139B9C is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB19155156-
CMYK0.880.0100.39
HSL180.44º78.29%34.31%-
HSV(B)180.44º87.82%61.18%-
XYZ17.9925.9835.52-
YUV114.45151.4459.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.76%
GREEN value IS 155 (60.94% from 255) = 46.97%
BLUE value IS 156 (61.33% from 255) = 47.27%
R=5.76%
G=46.97%
B=47.27%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal191551560.880.0100.39180.4478.2934.31
Hex139B9C581027b44e22
Octal23233234130104726411642
Binary100111001101110011100101100010100111101101001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #139B9C; }

 p { color: rgb(19,155,156); }

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

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

 a { background-color: rgb(19,155,156); }

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

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

 span { border-color: rgb(19,155,156); }

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