#139C9B

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

Shades of Java #139C9B

Tints of Java #139C9B

Color information

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

HSL color Cylindrical-coordinate representation of color #139C9B: hue angle of 179.56º 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 #139C9B is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB19156155-
CMYK0.8800.010.39
HSL179.56º78.29%34.31%-
HSV(B)179.56º87.82%61.18%-
XYZ18.0726.2835.13-
YUV114.92150.6159.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal191561550.8800.010.39179.5678.2934.31
Hex139C9B580127b44e22
Octal23234233130014726411642
Binary100111001110010011011101100001100111101101001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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