#139E96

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

Shades of Java #139E96

Tints of Java #139E96

Color information

#139E96 (or 0x139E96) is unknown color: approx Java. HEX triplet: 13, 9E and 96. RGB value is (19,158,150). Sum of RGB (Red+Green+Blue) = 19+158+150=327 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.81% from 327); Green value is 158 (62.11% from 255 or 48.32% from 327); Blue value is 150 (58.98% from 255 or 45.87% from 327); Max value from RGB is 158 - color contains mainly: green. Hex color #139E96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139E96 is #EC6169. Grayscale: #737373. Windows color (decimal): -15491434 or 9870867. OLE color: 9870867.

HSL color Cylindrical-coordinate representation of color #139E96: hue angle of 176.55º degrees, saturation: 0.79, 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 #139E96 is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB19158150-
CMYK0.8800.050.38
HSL176.55º78.53%34.71%-
HSV(B)176.55º87.97%61.96%-
XYZ1826.7933.08-
YUV115.53147.4559.15-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.81%
GREEN value IS 158 (62.11% from 255) = 48.32%
BLUE value IS 150 (58.98% from 255) = 45.87%
R=5.81%
G=48.32%
B=45.87%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal191581500.8800.050.38176.5578.5334.71
Hex139E96580526b14f23
Octal23236226130054626111743
Binary10011100111101001011010110000101100110101100011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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