#39A6A3

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

Shades of Java #39A6A3

Tints of Java #39A6A3

Color information

#39A6A3 (or 0x39A6A3) is unknown color: approx Java. HEX triplet: 39, A6 and A3. RGB value is (57,166,163). Sum of RGB (Red+Green+Blue) = 57+166+163=386 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.77% from 386); Green value is 166 (65.23% from 255 or 43.01% from 386); Blue value is 163 (64.06% from 255 or 42.23% from 386); Max value from RGB is 166 - color contains mainly: green. Hex color #39A6A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39A6A3 is #C6595C. Grayscale: #848484. Windows color (decimal): -12999005 or 10724921. OLE color: 10724921.

HSL color Cylindrical-coordinate representation of color #39A6A3: hue angle of 178.35º 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 #39A6A3 is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB57166163-
CMYK0.6600.020.35
HSL178.35º48.88%43.73%-
HSV(B)178.35º65.66%65.1%-
XYZ21.9330.7939.44-
YUV133.07144.8973.74-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.77%
GREEN value IS 166 (65.23% from 255) = 43.01%
BLUE value IS 163 (64.06% from 255) = 42.23%
R=14.77%
G=43.01%
B=42.23%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal571661630.6600.020.35178.3548.8843.73
Hex39A6A3420223b2312c
Octal7124624310202432626154
Binary1110011010011010100011100001001010001110110010110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39A6A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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