#139C96

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

Shades of Java #139C96

Tints of Java #139C96

Color information

#139C96 (or 0x139C96) is unknown color: approx Java. HEX triplet: 13, 9C and 96. RGB value is (19,156,150). Sum of RGB (Red+Green+Blue) = 19+156+150=325 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.85% from 325); Green value is 156 (61.33% from 255 or 48% from 325); Blue value is 150 (58.98% from 255 or 46.15% from 325); Max value from RGB is 156 - color contains mainly: green. Hex color #139C96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139C96 is #EC6369. Grayscale: #727272. Windows color (decimal): -15491946 or 9870355. OLE color: 9870355.

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

Color convert

RGB19156150-
CMYK0.8800.040.39
HSL177.37º78.29%34.31%-
HSV(B)177.37º87.82%61.18%-
XYZ17.6626.1232.96-
YUV114.35148.1159.99-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.85%
GREEN value IS 156 (61.33% from 255) = 48%
BLUE value IS 150 (58.98% from 255) = 46.15%
R=5.85%
G=48%
B=46.15%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal191561500.8800.040.39177.3778.2934.31
Hex139C96580427b14e22
Octal23234226130044726111642
Binary10011100111001001011010110000100100111101100011001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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