#139C9C

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

Shades of Java #139C9C

Tints of Java #139C9C

Color information

#139C9C (or 0x139C9C) is unknown color: approx Java. HEX triplet: 13, 9C and 9C. RGB value is (19,156,156). Sum of RGB (Red+Green+Blue) = 19+156+156=331 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.74% from 331); Green value is 156 (61.33% from 255 or 47.13% from 331); Blue value is 156 (61.33% from 255 or 47.13% from 331); Max value from RGB is 156 - color contains mainly: green, blue. Hex color #139C9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139C9C is #EC6363. Grayscale: #727272. Windows color (decimal): -15491940 or 10263571. OLE color: 10263571.

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

Color convert

RGB19156156-
CMYK0.88000.39
HSL180º78.29%34.31%-
HSV(B)180º87.82%61.18%-
XYZ18.1626.3235.57-
YUV115.04151.1159.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.74%
GREEN value IS 156 (61.33% from 255) = 47.13%
BLUE value IS 156 (61.33% from 255) = 47.13%
R=5.74%
G=47.13%
B=47.13%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal191561560.88000.3918078.2934.31
Hex139C9C580027b44e22
Octal23234234130004726411642
Binary100111001110010011100101100000100111101101001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #139C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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