#39A6A0

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

Shades of Java #39A6A0

Tints of Java #39A6A0

Color information

#39A6A0 (or 0x39A6A0) is unknown color: approx Java. HEX triplet: 39, A6 and A0. RGB value is (57,166,160). Sum of RGB (Red+Green+Blue) = 57+166+160=383 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.88% from 383); Green value is 166 (65.23% from 255 or 43.34% from 383); Blue value is 160 (62.89% from 255 or 41.78% from 383); Max value from RGB is 166 - color contains mainly: green. Hex color #39A6A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39A6A0 is #C6595F. Grayscale: #848484. Windows color (decimal): -12999008 or 10528313. OLE color: 10528313.

HSL color Cylindrical-coordinate representation of color #39A6A0: hue angle of 176.7º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #39A6A0 is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB57166160-
CMYK0.6600.040.35
HSL176.7º48.88%43.73%-
HSV(B)176.7º65.66%65.1%-
XYZ21.6730.6838.04-
YUV132.72143.3973.99-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.88%
GREEN value IS 166 (65.23% from 255) = 43.34%
BLUE value IS 160 (62.89% from 255) = 41.78%
R=14.88%
G=43.34%
B=41.78%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal571661600.6600.040.35176.748.8843.73
Hex39A6A0420423b1312c
Octal7124624010204432616154
Binary11100110100110101000001000010010010001110110001110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39A6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39A6A0; }

 p { color: rgb(57,166,160); }

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

<style>
 a { background-color: #39A6A0; }

 a { background-color: rgb(57,166,160); }

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

<style>
 span { border-color: #39A6A0; }

 span { border-color: rgb(57,166,160); }

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