#139D97

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

Shades of Java #139D97

Tints of Java #139D97

Color information

#139D97 (or 0x139D97) is unknown color: approx Java. HEX triplet: 13, 9D and 97. RGB value is (19,157,151). Sum of RGB (Red+Green+Blue) = 19+157+151=327 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.81% from 327); Green value is 157 (61.72% from 255 or 48.01% from 327); Blue value is 151 (59.38% from 255 or 46.18% from 327); Max value from RGB is 157 - color contains mainly: green. Hex color #139D97 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139D97 is #EC6268. Grayscale: #727272. Windows color (decimal): -15491689 or 9936147. OLE color: 9936147.

HSL color Cylindrical-coordinate representation of color #139D97: hue angle of 177.39º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139D97 is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB19157151-
CMYK0.8800.040.38
HSL177.39º78.41%34.51%-
HSV(B)177.39º87.9%61.57%-
XYZ17.9126.4933.45-
YUV115.05148.2859.49-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.81%
GREEN value IS 157 (61.72% from 255) = 48.01%
BLUE value IS 151 (59.38% from 255) = 46.18%
R=5.81%
G=48.01%
B=46.18%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal191571510.8800.040.38177.3978.4134.51
Hex139D97580426b14e23
Octal23235227130044626111643
Binary10011100111011001011110110000100100110101100011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,157,151); }

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

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

 a { background-color: rgb(19,157,151); }

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

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

 span { border-color: rgb(19,157,151); }

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